From 6641bd9e87424010a66c1d285b5aab0fd7f10ebb Mon Sep 17 00:00:00 2001 From: Anna Date: Tue, 27 Mar 2018 20:34:51 +0300 Subject: [PATCH] upd --- imagehosting/templates/imagehosting/all.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/imagehosting/templates/imagehosting/all.html b/imagehosting/templates/imagehosting/all.html index b49a10e..084518e 100644 --- a/imagehosting/templates/imagehosting/all.html +++ b/imagehosting/templates/imagehosting/all.html @@ -12,8 +12,8 @@ // $(function() {resizer(); }) // $(window).load(resizer();) // jQuery promises API - var progrs = $('img') - progrs.promise().progress(function(p){ + var progrs = $('img').promise().; + progrs.progress(function(p){ alert("Операция выполнена на " + p + " процентов"); }). done(function(){