mirror of
https://github.com/Hopiu/django-modeltranslation.git
synced 2026-05-27 13:34:00 +00:00
add missed jquery browser plugin
This commit is contained in:
parent
9dbf3f6397
commit
4d1f5af129
1 changed files with 1 additions and 0 deletions
|
|
@ -388,6 +388,7 @@ class TabbedExternalJqueryTranslationAdmin(TranslationAdmin):
|
|||
js = (
|
||||
'//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js',
|
||||
'//ajax.googleapis.com/ajax/libs/jqueryui/1.11.2/jquery-ui.min.js',
|
||||
'//cdn.jsdelivr.net/jquery.mb.browser/0.1/jquery.mb.browser.min.js',
|
||||
'modeltranslation/js/tabbed_translation_fields.js',
|
||||
)
|
||||
css = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue