From 4a9383bbcffdbc210e5603265bae2c81d04c2bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Gaillard?= Date: Wed, 13 Nov 2013 11:15:48 +0100 Subject: [PATCH] // small fix --- .../themes/default/template/controllers/products/images.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/admin-dev/themes/default/template/controllers/products/images.tpl b/admin-dev/themes/default/template/controllers/products/images.tpl index 5e55b7e7b..ccf9b8488 100644 --- a/admin-dev/themes/default/template/controllers/products/images.tpl +++ b/admin-dev/themes/default/template/controllers/products/images.tpl @@ -148,7 +148,7 @@ { line = $("#lineType").html(); line = line.replace(/image_id/g, id); - line = line.replace(/[a-z]{0,2}-default-small_default/g, path+'-small_default'); + line = line.replace(/[a-z]{0,2}-default/g, path); line = line.replace(/image_path/g, path); line = line.replace(/image_position/g, position); line = line.replace(/legend/g, legend);