diff --git a/js/admin.js b/js/admin.js index 13cd35d3c..202c558f3 100644 --- a/js/admin.js +++ b/js/admin.js @@ -407,7 +407,7 @@ function helpboxParser(current) return -1; } -if (helpboxes) +if (typeof helpboxes != 'undefined' && helpboxes) { $(function() {