From 74f7dda09ead84cc62deeb11c3dde4eee828de5b Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Tue, 13 Sep 2011 08:21:26 +0000 Subject: [PATCH] // fix ajax fileuploader error with duplicate positions git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@8521 b9a71923-0436-4b27-9f14-aed3839534dd --- js/fileuploader.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/fileuploader.js b/js/fileuploader.js index 5684ddd7e..4c9475128 100755 --- a/js/fileuploader.js +++ b/js/fileuploader.js @@ -270,7 +270,7 @@ qq.FileUploaderBasic = function(o){ params: {}, button: null, multiple: true, - maxConnections: 3, + maxConnections: 1, // validation allowedExtensions: [], sizeLimit: 0,