[BO] Fix IE bug for adding Images
git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@11762 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
+1
-2
@@ -25,7 +25,7 @@
|
||||
*/
|
||||
|
||||
var qq = qq || {};
|
||||
|
||||
var nbfile = 1;
|
||||
/**
|
||||
* Adds all missing properties from second obj to first obj
|
||||
*/
|
||||
@@ -207,7 +207,6 @@ qq.getByClass = function(element, className){
|
||||
* @param String current querystring-part
|
||||
* @return String encoded querystring
|
||||
*/
|
||||
var nbfile = 0;
|
||||
qq.obj2url = function(obj, temp, prefixDone){
|
||||
var uristrings = [],
|
||||
prefix = '&',
|
||||
|
||||
Reference in New Issue
Block a user