From e1a274c5c3dee1dee59e7ee3b38b690ddc5703fe Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Tue, 11 Oct 2016 09:05:11 +0200 Subject: [PATCH] Bug 16239: Update javascript files --- koha-tmpl/intranet-tmpl/prog/js/holds.js | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/koha-tmpl/intranet-tmpl/prog/js/holds.js b/koha-tmpl/intranet-tmpl/prog/js/holds.js index 8d51474..cf03faf 100644 --- a/koha-tmpl/intranet-tmpl/prog/js/holds.js +++ b/koha-tmpl/intranet-tmpl/prog/js/holds.js @@ -152,10 +152,10 @@ $(document).ready(function() { if ( oObj.found ) { return ""; } else if ( oObj.suspend == 1 ) { - return "" + return "" + " " + RESUME + ""; } else { - return "" + return "" + " " + SUSPEND + ""; } } @@ -229,7 +229,9 @@ $(document).ready(function() { } $("body").append("\ -