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

(-)a/koha-tmpl/opac-tmpl/bootstrap/js/global.js (-2 / +1 lines)
Lines 31-37 function confirmDelete(message) { Link Here
31
}
31
}
32
32
33
function Dopop(link) {
33
function Dopop(link) {
34
    newin=window.open(link,'popup','width=500,height=400,toolbar=false,scrollbars=yes,resizeable=yes');
34
    newin=window.open(link,'popup','width=500,height=400,toolbar=false,scrollbars=yes,resizable=yes');
35
}
35
}
36
36
37
jQuery.fn.preventDoubleFormSubmit = function() {
37
jQuery.fn.preventDoubleFormSubmit = function() {
38
- 

Return to bug 26324