This commit is contained in:
Aitzol Naberan 2013-02-20 14:44:34 +01:00
parent f238d6b00d
commit b163182c3a

View file

@ -236,7 +236,7 @@ The proposed way to include it is through the inner ``Media`` class of a
class NewsAdmin(TranslationAdmin):
class Media:
js = (
'http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js'
'http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js',
'http://ajax.googleapis.com/ajax/libs/jqueryui/1.10.1/jquery-ui.min.js',
'modeltranslation/js/tabbed_translation_fields.js',
)