aboutsummaryrefslogtreecommitdiffstats
path: root/js/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/main.js')
-rw-r--r--js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/main.js b/js/main.js
index 11a3b360c..432b02bee 100644
--- a/js/main.js
+++ b/js/main.js
@@ -138,7 +138,7 @@
});*/
var e = document.getElementById('content-complete');
- if(typeof e !== 'undefined')
+ if(e)
pageHasMoreContent = false;
/* setup onoff widgets */