optimized mails
This commit is contained in:
9
src/main/resources/static/js/progress.js
Normal file
9
src/main/resources/static/js/progress.js
Normal file
@ -0,0 +1,9 @@
|
||||
progress = {
|
||||
start : function(zin) {
|
||||
zin = zin || 1000;
|
||||
$("body").append("<div id=\"requestopen\" class=\"loading\" style=\"z-index: " + zin + " !important\"><i class=\"fa fa-spinner fa-pulse\"></i></div>");
|
||||
},
|
||||
stop : function() {
|
||||
$("#requestopen").remove();
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user