Disable debug mode (so there are no messages written to the javascript console)

This commit is contained in:
Craig Andrews 2009-11-11 15:39:23 -05:00
parent 03022c6e60
commit 4f1b7fe575
1 changed files with 1 additions and 1 deletions

View File

@ -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,'+