Index: lams_tool_spreadsheet/web/includes/javascript/spreadsheetcommon.js =================================================================== diff -u -r7f9f772433a7fd55c4475241d4e3bc0765f474e8 -r0c976abe0d0dd1b01584c706b0f667b2366a9615 --- lams_tool_spreadsheet/web/includes/javascript/spreadsheetcommon.js (.../spreadsheetcommon.js) (revision 7f9f772433a7fd55c4475241d4e3bc0765f474e8) +++ lams_tool_spreadsheet/web/includes/javascript/spreadsheetcommon.js (.../spreadsheetcommon.js) (revision 0c976abe0d0dd1b01584c706b0f667b2366a9615) @@ -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"); + } +}