Disable debug mode (so there are no messages written to the javascript console)
This commit is contained in:
parent
03022c6e60
commit
4f1b7fe575
|
@ -1,6 +1,6 @@
|
||||||
jQuery(document).ready(function($){
|
jQuery(document).ready(function($){
|
||||||
$('notices_primary').infinitescroll({
|
$('notices_primary').infinitescroll({
|
||||||
debug: true,
|
debug: false,
|
||||||
infiniteScroll : false,
|
infiniteScroll : false,
|
||||||
nextSelector : 'body#public li.nav_next a,'+
|
nextSelector : 'body#public li.nav_next a,'+
|
||||||
'body#all li.nav_next a,'+
|
'body#all li.nav_next a,'+
|
||||||
|
|
Loading…
Reference in New Issue
Block a user