// Little JS fix

git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@13458 b9a71923-0436-4b27-9f14-aed3839534dd
This commit is contained in:
rGaillard
2012-02-20 13:31:55 +00:00
parent 49f8d51561
commit dedd988e60
+1 -1
View File
@@ -407,7 +407,7 @@ function helpboxParser(current)
return -1;
}
if (helpboxes)
if (typeof helpboxes != 'undefined' && helpboxes)
{
$(function()
{