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 + " процентов"); }).