Lines 1300-1314
require( [ 'koha-backend', 'search', 'macros', 'marc-editor', 'marc-record', 'pr
Link Here
|
1300 |
}, |
1300 |
}, |
1301 |
}); |
1301 |
}); |
1302 |
|
1302 |
|
1303 |
// Whitelist table elements to ensure popover displays all the info |
|
|
1304 |
$.fn.popover.Constructor.DEFAULTS.whiteList.table = []; |
1305 |
$.fn.popover.Constructor.DEFAULTS.whiteList.tr = []; |
1306 |
$.fn.popover.Constructor.DEFAULTS.whiteList.td = []; |
1307 |
$.fn.popover.Constructor.DEFAULTS.whiteList.div = []; |
1308 |
$.fn.popover.Constructor.DEFAULTS.whiteList.tbody = []; |
1309 |
$.fn.popover.Constructor.DEFAULTS.whiteList.thead = []; |
1310 |
// https://getbootstrap.com/docs/3.4/javascript/#popovers |
1311 |
|
1312 |
$('#show-shortcuts').popover({ |
1303 |
$('#show-shortcuts').popover({ |
1313 |
html: true, |
1304 |
html: true, |
1314 |
placement: 'bottom', |
1305 |
placement: 'bottom', |
1315 |
- |
|
|