fix endless scroll
This commit is contained in:
parent
db42e4d2f9
commit
3991db62d4
@ -138,7 +138,7 @@
|
||||
});*/
|
||||
|
||||
var e = document.getElementById('content-complete');
|
||||
if(typeof e !== 'undefined')
|
||||
if(e)
|
||||
pageHasMoreContent = false;
|
||||
|
||||
/* setup onoff widgets */
|
||||
|
Reference in New Issue
Block a user