aboutsummaryrefslogtreecommitdiffstats
path: root/js/main.js
diff options
context:
space:
mode:
Diffstat (limited to 'js/main.js')
-rw-r--r--js/main.js4
1 files changed, 3 insertions, 1 deletions
diff --git a/js/main.js b/js/main.js
index d5260a4be..11a3b360c 100644
--- a/js/main.js
+++ b/js/main.js
@@ -137,7 +137,9 @@
e.tipTip({defaultPosition: pos, edgeOffset: 8});
});*/
-
+ var e = document.getElementById('content-complete');
+ if(typeof e !== 'undefined')
+ pageHasMoreContent = false;
/* setup onoff widgets */
$(".onoff input").each(function(){