Skip to content

Commit

Permalink
Removed incorrect js inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Aiky30 committed May 12, 2020
1 parent 660e605 commit 5fe264e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions djangocms_text_ckeditor/widgets.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,6 @@ def media(self):
'all': ('djangocms_text_ckeditor/css/cms.ckeditor.css',),
},
js=(
'admin/js/vendor/jquery/jquery.min.js',
'admin/js/jquery.init.js',
static_with_version('cms/js/dist/bundle.admin.base.min.js'),
static(PATH_TO_JS),
)
Expand Down

0 comments on commit 5fe264e

Please sign in to comment.