includes/clientside/static/misc.js
changeset 205 62ee6685ad18
parent 188 63fddf1335d9
child 224 db8d5111ad20
equal deleted inserted replaced
185:90b7a52bea45 205:62ee6685ad18
   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 {