// Add js type check

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@12367 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
tDidierjean
2012-01-11 16:19:42 +00:00
parent db8670ec24
commit 0011e7b050
+2 -1
View File
@@ -260,7 +260,8 @@ function displayTabProductById(id, selected, index, stack)
beforeSend : function(data)
{
// don't display the loading notification bar
clearTimeout(ajax_running_timeout);
if (typeof(ajax_running_timeout) !== 'undefined')
clearTimeout(ajax_running_timeout);
}
});
}