From af989053752601bfd8aed0a486d1f843cebf9f5c Mon Sep 17 00:00:00 2001 From: dbs Date: Thu, 30 Oct 2008 20:50:22 +0000 Subject: [PATCH] JavaScript syntax error b0rked Confiy MARC codes editor git-svn-id: svn://svn.open-ils.org/ILS/trunk@11001 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/web/conify/global/config/marc_code_maps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/web/conify/global/config/marc_code_maps.js b/Open-ILS/web/conify/global/config/marc_code_maps.js index 9296769edd..d903b71100 100644 --- a/Open-ILS/web/conify/global/config/marc_code_maps.js +++ b/Open-ILS/web/conify/global/config/marc_code_maps.js @@ -88,7 +88,7 @@ function save_code (classname) { if ( res && res.content() ) { stores[classname].setValue( current_item, 'ischanged', 0 ); //highlighter.green.play(); - status_update( dojo.string.substitute(cam_strings.SUCCESS_SAVE, stores[classname].getValue( item, 'code' )]) ); + status_update( dojo.string.substitute(cam_strings.SUCCESS_SAVE, stores[classname].getValue( item, 'code' )) ); } else { //highlighter.red.play(); status_update( dojo.string.substitute( cam_strings.ERROR_SAVING_DATA, [classname, stores[classname].getValue( item, 'code' )] ) ); -- 2.11.0