diff --git a/imagehosting/templates/imagehosting/all.html b/imagehosting/templates/imagehosting/all.html index c55b4cb..d810e10 100644 --- a/imagehosting/templates/imagehosting/all.html +++ b/imagehosting/templates/imagehosting/all.html @@ -18,6 +18,13 @@ done(function(){ alert("Операция выполнена полностью!"); }); +progrs.notify(30); +// ... +progrs.notify(60); +// ... +progrs.notify(90); +// ... +progrs.resolve(); // .done(function() {resizer(); console.log('done');}); // $(window).on("load", function() {resizer(); });