// fix JS error on IE8

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14993 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-05-02 09:39:30 +00:00
parent 216961588b
commit 36a5aab69d
+1 -1
View File
@@ -53,7 +53,7 @@ function ProductTabsManager(){
*/
this.onLoad = function (tab_name, callback)
{
container = $('#product-tab-content-' + tab_name);
var container = $('#product-tab-content-' + tab_name);
// Some containers are not loaded depending on the shop configuration
if (container.length === 0)
return;