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); });