make sure the JavaScript works in the bureaucracy plugin as well SPR-628

This commit is contained in:
Andreas Gohr
2016-11-01 13:28:18 +01:00
parent 606635f3c7
commit ac2ee3d00e

View File

@ -2,7 +2,7 @@ jQuery(function () {
/* DOKUWIKI:include script/functions.js */
/* DOKUWIKI:include script/EntryEditor.js */
EntryEditor(jQuery('#dw__editform'));
EntryEditor(jQuery('#dw__editform, form.bureaucracy__plugin'));
/* DOKUWIKI:include script/SchemaEditor.js */
SchemaEditor();