Index: lams_tool_spreadsheet/web/includes/javascript/spreadsheetcommon.js =================================================================== RCS file: /usr/local/cvsroot/lams_tool_spreadsheet/web/includes/javascript/spreadsheetcommon.js,v diff -u -r1.1 -r1.1.12.1 --- lams_tool_spreadsheet/web/includes/javascript/spreadsheetcommon.js 4 Jul 2008 07:40:26 -0000 1.1 +++ lams_tool_spreadsheet/web/includes/javascript/spreadsheetcommon.js 30 Oct 2014 18:54:28 -0000 1.1.12.1 @@ -1,10 +1,10 @@ - function showBusy(targetDiv){ - if($(targetDiv+"_Busy") != null){ - Element.show(targetDiv+"_Busy"); - } +function showBusy(targetDiv){ + if($(targetDiv+"_Busy") != null){ + Element.show(targetDiv+"_Busy"); } - function hideBusy(targetDiv){ - if($(targetDiv+"_Busy") != null){ - Element.hide(targetDiv+"_Busy"); - } - } +} +function hideBusy(targetDiv){ + if($(targetDiv+"_Busy") != null){ + Element.hide(targetDiv+"_Busy"); + } +}