From 8b054a6a0c44561eecebeb6349fa51258af91112 Mon Sep 17 00:00:00 2001 From: Olexiy Zamkoviy Date: Sat, 1 Dec 2012 21:57:38 +0200 Subject: [PATCH] Fixed compatibility with latest jquery (1.8.3) --- jquery.uploadProgress.js | 1 + 1 file changed, 1 insertion(+) diff --git a/jquery.uploadProgress.js b/jquery.uploadProgress.js index 42f5c0b..ba3fb7b 100644 --- a/jquery.uploadProgress.js +++ b/jquery.uploadProgress.js @@ -88,6 +88,7 @@ jQuery.uploadProgress = function(e, options) { jQuery.ajax({ type: "GET", + async: false, url: options.progressUrl + "?X-Progress-ID=" + options.uuid, dataType: options.dataType, success: function(upload) {