// Little JS fix
This commit is contained in:
+1
-1
@@ -407,7 +407,7 @@ function helpboxParser(current)
|
||||
return -1;
|
||||
}
|
||||
|
||||
if (helpboxes)
|
||||
if (typeof helpboxes != 'undefined' && helpboxes)
|
||||
{
|
||||
$(function()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user