// Small fix

This commit is contained in:
dMetzger
2012-08-01 11:36:09 +00:00
parent 77dcc42fc3
commit dd8085d99f
+1 -1
View File
@@ -25,7 +25,7 @@
*/
// Retrocompatibility with 1.4
if (typeof baseUri === "undefined")
if (typeof baseUri === "undefined" && typeof baseDir !== "undefined")
baseUri = baseDir;
//JS Object : update the cart by ajax actions