mirror of
https://github.com/kremalicious/blog.git
synced 2024-11-13 16:45:14 +01:00
prevent infinitescroll default loading gif from loading
This commit is contained in:
parent
bcd7373cad
commit
9c9fb9c8f2
@ -185,6 +185,9 @@ var infiniteScroll = {
|
||||
var $scrollContent = $('#main');
|
||||
|
||||
$scrollContent.infinitescroll({
|
||||
loading: {
|
||||
img: ''
|
||||
},
|
||||
itemSelector : items,
|
||||
nextSelector : '.next a',
|
||||
navSelector : '.paginator',
|
||||
|
Loading…
Reference in New Issue
Block a user