From 5e6fd3f2ec1ea6ad0352a5d97a2dedcb8094a741 Mon Sep 17 00:00:00 2001 From: vAugagneur Date: Mon, 24 Sep 2012 13:07:32 +0000 Subject: [PATCH] [-] BO : fixed bug #PSCFV-4319 --- js/admin-products.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/admin-products.js b/js/admin-products.js index 6971bfc17..d2c76c603 100644 --- a/js/admin-products.js +++ b/js/admin-products.js @@ -482,6 +482,7 @@ product_tabs['Seo'] = new function(){ var self = this; this.onReady = function() { + copy2friendlyURL(); // Enable writing of the product name when the friendly url field in tab SEO is loaded $('.copy2friendlyUrl').removeAttr('disabled');