From afc8892801cf4dcafca024610f7482818ae1b118 Mon Sep 17 00:00:00 2001 From: Jonas Obrist Date: Fri, 5 Aug 2011 16:22:22 +0200 Subject: [PATCH] Fixed backend admin plugin editor not working, thanks a lot to @yml for reporting this and @dangerfield for spotting the bug --- cms/forms/widgets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cms/forms/widgets.py b/cms/forms/widgets.py index 1b15951a0a9..5bfbbc48c29 100644 --- a/cms/forms/widgets.py +++ b/cms/forms/widgets.py @@ -132,6 +132,7 @@ class Media: js = [cms_static_url(path) for path in ( 'js/libs/jquery.ui.core.js', 'js/libs/jquery.ui.sortable.js', + 'js/plugin_editor.js', )] css = { 'all': [cms_static_url(path) for path in (