From e0417de3219e875a055d85dcfd116663c2199aec Mon Sep 17 00:00:00 2001 From: phasefx Date: Mon, 22 Oct 2007 05:42:02 +0000 Subject: [PATCH] missing semi-colon; I don't care if it's optional in javascript :) git-svn-id: svn://svn.open-ils.org/ILS/trunk@7904 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/xul/staff_client/server/patron/items.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/xul/staff_client/server/patron/items.js b/Open-ILS/xul/staff_client/server/patron/items.js index e44521e7a0..6e8da28da1 100644 --- a/Open-ILS/xul/staff_client/server/patron/items.js +++ b/Open-ILS/xul/staff_client/server/patron/items.js @@ -306,7 +306,7 @@ patron.items.prototype = { // A renewed circ is a new circ, and has a new circ_id. obj.list_circ_map[ r[0].payload.circ.id() ] = obj.list_circ_map[ circ_id ]; } else { - var msg = bc + ' not renewed.\n' + r[0].textcode + r[0].desc + var msg = bc + ' not renewed.\n' + r[0].textcode + r[0].desc; l.setAttribute('value', msg); alert(msg); } -- 2.11.0