From 7cbaf711be36570fbaaba46de3b23209a00d4f44 Mon Sep 17 00:00:00 2001 From: tDidierjean Date: Mon, 23 Jan 2012 14:26:33 +0000 Subject: [PATCH] // Re-add mistakenly deleted line --- js/admin-products.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/admin-products.js b/js/admin-products.js index 0e6c7f593..e92edccfa 100644 --- a/js/admin-products.js +++ b/js/admin-products.js @@ -375,4 +375,5 @@ $(document).ready(function() { }); // Enable writing of the product name when the friendly url field in tab SEO is loaded + onTabLoad('Seo', enableProductName); });