mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-09 22:04:48 +00:00
Merge branch 'master' of github.com:deschler/django-modeltranslation
This commit is contained in:
commit
f90137abe5
1 changed files with 2 additions and 2 deletions
|
|
@ -402,7 +402,7 @@ var google, django, gettext;
|
|||
// Note: The add another functionality in admin is injected through inline javascript,
|
||||
// here we have to run after that (and after all other ready events just to be sure).
|
||||
$(document).ready(function() {
|
||||
$(window).load(function() {
|
||||
$(window).on('load', function() {
|
||||
handleAddAnotherInline();
|
||||
});
|
||||
});
|
||||
|
|
@ -416,7 +416,7 @@ var google, django, gettext;
|
|||
createTabularTabs(tabularInlineGroup.getAllGroupedTranslations()));
|
||||
|
||||
$(document).ready(function() {
|
||||
$(window).load(function() {
|
||||
$(window).on('load', function() {
|
||||
handleTabularAddAnotherInline(tabularInlineGroup);
|
||||
});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue