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