a bit of cleanup on directory autoscroll
This commit is contained in:
@@ -408,6 +408,12 @@
|
||||
|
||||
|
||||
function updatePageItems(mode,data) {
|
||||
|
||||
var e = data.getElementById('content-complete');
|
||||
if(e) {
|
||||
pageHasMoreContent = false;
|
||||
}
|
||||
|
||||
if(mode === 'append') {
|
||||
$(data).each(function() {
|
||||
$('#page-end').before($(this));
|
||||
|
Reference in New Issue
Block a user