Skip to content

Commit

Permalink
Merge pull request #4739 from lory87/bugfix/missing-comma-on-widgets-…
Browse files Browse the repository at this point in the history
…class-media-js

adds missing comma on widget class media js which fixes js error
  • Loading branch information
mkoistinen committed Nov 20, 2015
2 parents 04566dd + 5b750aa commit b791a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cms/forms/widgets.py
Expand Up @@ -250,7 +250,7 @@ class ApplicationConfigSelect(Select):

class Media:
js = (
'cms/js/modules/jquery.noconflict.pre.js'
'cms/js/modules/jquery.noconflict.pre.js',
'cms/js/dist/bundle.admin.base.min.js',
'cms/js/widgets/forms.apphookselect.js',
'cms/js/modules/jquery.noconflict.post.js'
Expand Down

0 comments on commit b791a0a

Please sign in to comment.