includes/clientside/static/misc.js
changeset 200 63fddf1335d9
parent 176 1bc7e849a264
child 204 473cc747022a
child 207 861807631f70
child 281 db8d5111ad20
equal deleted inserted replaced
199:b21c37981b88 200:63fddf1335d9
   194 
   194 
   195 function setAjaxLoading()
   195 function setAjaxLoading()
   196 {
   196 {
   197   if ( document.getElementById('ajaxloadicon') )
   197   if ( document.getElementById('ajaxloadicon') )
   198   {
   198   {
   199     document.getElementById('ajaxloadicon').src=scriptPath + '/images/loading.gif';
   199     document.getElementById('ajaxloadicon').src=ajax_load_icon;
   200   }
   200   }
   201 }
   201 }
   202 
   202 
   203 function unsetAjaxLoading()
   203 function unsetAjaxLoading()
   204 {
   204 {