Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
Fixed jacobsvante#3 -- Create inline tabs when adding a new inline wi…
Browse files Browse the repository at this point in the history
…th `TranslationStackedInline`.
  • Loading branch information
mrmachine committed Aug 22, 2014
1 parent 3085046 commit 6baf827
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

// Adding new inlines, rebinding events
$('.grp-add-handler').bind('click' + mt.options.className, function(){
group = $(self).parents('.group');
group = $(this).parents('.grp-group');
window.setTimeout(function(){
self._createInlineTabs(group.find('.grp-items > .grp-module:last').prev());
}, 200);
Expand Down

0 comments on commit 6baf827

Please sign in to comment.