mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2025-08-06 10:24:17 +00:00
make sure the JavaScript works in the bureaucracy plugin as well SPR-628
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user