@@ -, +, @@ --- koha-tmpl/opac-tmpl/bootstrap/js/global.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- a/koha-tmpl/opac-tmpl/bootstrap/js/global.js +++ a/koha-tmpl/opac-tmpl/bootstrap/js/global.js @@ -65,8 +65,8 @@ function confirmModal(message, title, yes_label, no_label, callback) { \ \ \ \ \ @@ -86,4 +86,4 @@ function confirmModal(message, title, yes_label, no_label, callback) { $("#bootstrap-confirm-box-modal-submit").text( yes_label || 'Confirm' ); $("#bootstrap-confirm-box-modal-cancel").text( no_label || 'Cancel' ); $("#bootstrap-confirm-box-modal").modal('show'); -} +} --