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