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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cateditor-ui.inc (-1 / +9 lines)
Lines 1306-1311 require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr Link Here
1306
            },
1306
            },
1307
        });
1307
        });
1308
1308
1309
        // Whitelist table elements to ensure popover displays all the info
1310
        $.fn.popover.Constructor.DEFAULTS.whiteList.table = [];
1311
        $.fn.popover.Constructor.DEFAULTS.whiteList.tr = [];
1312
        $.fn.popover.Constructor.DEFAULTS.whiteList.td = [];
1313
        $.fn.popover.Constructor.DEFAULTS.whiteList.div = [];
1314
        $.fn.popover.Constructor.DEFAULTS.whiteList.tbody = [];
1315
        $.fn.popover.Constructor.DEFAULTS.whiteList.thead = [];
1316
        // https://getbootstrap.com/docs/3.4/javascript/#popovers
1317
1309
        $('#show-shortcuts').popover({
1318
        $('#show-shortcuts').popover({
1310
            html: true,
1319
            html: true,
1311
            placement: 'bottom',
1320
            placement: 'bottom',
1312
- 

Return to bug 31818