View | Details | Raw Unified | Return to bug 30975
Collapse All | Expand All

(-)a/koha-tmpl/intranet-tmpl/prog/js/cataloging.js (-2 / +1 lines)
Lines 834-839 $(document).ready(function() { Link Here
834
    // We use delegated event handlers here so that dynamically added elements
834
    // We use delegated event handlers here so that dynamically added elements
835
    // (like when cloning a field or a subfield) respond to these events
835
    // (like when cloning a field or a subfield) respond to these events
836
    // without having to re-attach events manually
836
    // without having to re-attach events manually
837
    $('.marc_editor').on('click', '.buttonDot', callClickPluginEventHandler);
837
    $('.marc_editor').on('click', '.tag_editor.framework_plugin', callClickPluginEventHandler);
838
    $('.marc_editor').on('focusin focusout change mousedown mouseup keydown keyup', 'input.input_marceditor.framework_plugin', callPluginEventHandler);
838
    $('.marc_editor').on('focusin focusout change mousedown mouseup keydown keyup', 'input.input_marceditor.framework_plugin', callPluginEventHandler);
839
});
839
});
840
- 

Return to bug 30975