-
Notifications
You must be signed in to change notification settings - Fork 42
Closed
Description
The fastwiki API includes an easy way to remove the conflict with struct. I've tested it with struct, and it seems to work. You can replace the contents of script.js with this:
(function() {
/* DOKUWIKI:include script/functions.js */
/* DOKUWIKI:include script/EntryEditor.js */
/* DOKUWIKI:include script/SchemaEditor.js */
/* DOKUWIKI:include script/LookupEditor.js */
/* DOKUWIKI:include script/InlineEditor.js */
function init() {
EntryEditor(jQuery('#dw__editform, form.bureaucracy__plugin'));
SchemaEditor();
jQuery('div.structlookup table').each(LookupEditor);
InlineEditor(jQuery('div.structaggregation table'));
}
jQuery(init);
jQuery(window).on('fastwiki:afterSwitch', function(evt, viewMode, isSectionEdit, prevViewMode) {
if (isSectionEdit) {
init();
}
});
});splitbrain
Metadata
Metadata
Assignees
Labels
No labels