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

(-)a/Koha/ILL/Backend/shared-includes/shared.js (-2 / +1 lines)
Lines 1-5 Link Here
1
var core = [ [% whole.core %] ];
1
var core = [ [% whole.core %] ];
2
var opac = [ [% opac %] ];
2
var opac = [% opac || 0 %];
3
document.addEventListener('DOMContentLoaded', function() {
3
document.addEventListener('DOMContentLoaded', function() {
4
    $('#add-new-fields').click(function(e) {
4
    $('#add-new-fields').click(function(e) {
5
        e.preventDefault();
5
        e.preventDefault();
6
- 

Return to bug 36221