From c2305bd48797194a6f2cf28de0d06652a0265ea8 Mon Sep 17 00:00:00 2001 From: Josef Moravec Date: Thu, 10 Nov 2016 09:59:00 +0000 Subject: [PATCH] Bug 16239: Update javascript files Signed-off-by: Owen Leonard Signed-off-by: Jonathan Druart --- 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 3372992..46c826c 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("\ -