// Little JS fix

This commit is contained in:
rGaillard
2012-02-20 13:31:55 +00:00
parent 7110d8517a
commit 5b80908318
+1 -1
View File
@@ -407,7 +407,7 @@ function helpboxParser(current)
return -1;
}
if (helpboxes)
if (typeof helpboxes != 'undefined' && helpboxes)
{
$(function()
{