changeset 188 | 63fddf1335d9 |
parent 172 | 1bc7e849a264 |
child 224 | db8d5111ad20 |
187:b21c37981b88 | 188: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 { |