that went badly
This commit is contained in:
parent
74377bd4b4
commit
9a0a613307
@ -409,10 +409,6 @@
|
|||||||
|
|
||||||
function updatePageItems(mode,data) {
|
function updatePageItems(mode,data) {
|
||||||
|
|
||||||
var e = data.getElementById('content-complete');
|
|
||||||
if(e) {
|
|
||||||
pageHasMoreContent = false;
|
|
||||||
}
|
|
||||||
|
|
||||||
if(mode === 'append') {
|
if(mode === 'append') {
|
||||||
$(data).each(function() {
|
$(data).each(function() {
|
||||||
@ -423,6 +419,12 @@ function updatePageItems(mode,data) {
|
|||||||
loadingPage = false;
|
loadingPage = false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
var e = document.getElementById('content-complete');
|
||||||
|
if(e) {
|
||||||
|
pageHasMoreContent = false;
|
||||||
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user