summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCraig Andrews <candrews@integralblue.com>2009-11-11 15:39:23 -0500
committerCraig Andrews <candrews@integralblue.com>2009-11-11 15:39:23 -0500
commit4f1b7fe575bec23ae9b6a595c0524ddd30434310 (patch)
tree3c25c693bed891b1de368cc8898f5a882f801b3d
parent03022c6e601f223c92216af9748c764786cf46c2 (diff)
Disable debug mode (so there are no messages written to the javascript console)
-rw-r--r--plugins/InfiniteScroll/infinitescroll.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/InfiniteScroll/infinitescroll.js b/plugins/InfiniteScroll/infinitescroll.js
index 5084af91f..9e5593d25 100644
--- a/plugins/InfiniteScroll/infinitescroll.js
+++ b/plugins/InfiniteScroll/infinitescroll.js
@@ -1,6 +1,6 @@
jQuery(document).ready(function($){
$('notices_primary').infinitescroll({
- debug: true,
+ debug: false,
infiniteScroll : false,
nextSelector : 'body#public li.nav_next a,'+
'body#all li.nav_next a,'+