mirror of
https://github.com/cosmocode/dokuwiki-plugin-struct.git
synced 2025-08-06 10:24:17 +00:00
13 lines
343 B
JavaScript
13 lines
343 B
JavaScript
jQuery(function () {
|
|
/* DOKUWIKI:include script/functions.js */
|
|
|
|
/* DOKUWIKI:include script/EntryEditor.js */
|
|
EntryEditor(jQuery('#dw__editform'));
|
|
|
|
/* DOKUWIKI:include script/SchemaEditor.js */
|
|
SchemaEditor();
|
|
|
|
/* DOKUWIKI:include script/InlineEditor.js */
|
|
InlineEditor(jQuery('div.structaggregation table'));
|
|
});
|