This repository has been archived on 2024-03-16. You can view files and clone it, but cannot push or open issues or pull requests.
2012-09-12 11:12:50 +00:00
|
|
|
// jQuery(document).ajaxStart(function(){
|
|
|
|
// $('<div class="modal-backdrop fade in" id="sys_modal"><img src="/assets/ajax-loader.gif" style="margin-top: 25%;margin-left: 50%;"></div>').appendTo('body');
|
|
|
|
// });
|
2012-05-22 05:22:24 +00:00
|
|
|
|
2012-09-12 11:12:50 +00:00
|
|
|
// jQuery(document).ajaxComplete(function(){
|
|
|
|
// $("#sys_modal").hide().remove();
|
|
|
|
// });
|