includes/clientside/static/misc.js
changeset 204 473cc747022a
parent 182 c69730750be3
parent 200 63fddf1335d9
child 210 2b283402e4e4
equal deleted inserted replaced
193:ebe99e82a59a 204:473cc747022a
   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 {