misc: remove loading of jquery ui css (#14464)

This commit is contained in:
Frédéric Péters 2017-01-01 16:01:45 +01:00
parent e60b0c7363
commit 9eb9209913
2 changed files with 0 additions and 3 deletions

View File

@ -33,7 +33,6 @@ class FamilyInfosCell(CellBase):
class Media:
js = ('xstatic/jquery-ui.min.js', 'js/gadjo.js',)
css = {'all': ('xstatic/themes/smoothness/jquery-ui.min.css', )}
@classmethod
def is_enabled(cls):

View File

@ -300,7 +300,6 @@ class LingoBasketCell(CellBase):
class Media:
js = ('xstatic/jquery-ui.min.js', 'js/gadjo.js',)
css = {'all': ('xstatic/themes/smoothness/jquery-ui.min.css', )}
@classmethod
def is_enabled(cls):
@ -419,7 +418,6 @@ class Items(CellBase):
class Media:
js = ('xstatic/jquery-ui.min.js', 'js/gadjo.js',)
css = {'all': ('xstatic/themes/smoothness/jquery-ui.min.css', )}
@classmethod
def is_enabled(cls):