From 69c5be429c66175fd5aac9ebfc601d220dba940e Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 27 Mar 2018 20:32:42 +0300 Subject: [PATCH] upd --- imagehosting/templates/imagehosting/all.html | 7 +++++++ 1 file changed, 7 insertions(+) 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(); });