update
This commit is contained in:
parent
27f1ccdb1a
commit
ac1758b8da
|
|
@ -88,7 +88,7 @@ app.controller('tagsCtr', ['$scope', '$filter', '$state', '$window', '$statePara
|
||||||
clearInterval(id);
|
clearInterval(id);
|
||||||
}
|
}
|
||||||
}, 10);
|
}, 10);
|
||||||
} else if ($scope.showMode == 'item' && bookmarks.length == $scope.pageSize) {
|
} else if ($scope.showMode == 'item' && bookmarks.length == $scope.pageSize && $scope.currentTagId == -1) {
|
||||||
$timeout(() => {
|
$timeout(() => {
|
||||||
$("#" + bookmarks[bookmarks.length * 2 / 5 - 1].id).after(`<div class="ui divider" style="width:100%;margin:0px 15px"></div>`);
|
$("#" + bookmarks[bookmarks.length * 2 / 5 - 1].id).after(`<div class="ui divider" style="width:100%;margin:0px 15px"></div>`);
|
||||||
$("#" + bookmarks[bookmarks.length * 4 / 5 - 1].id).after(`<div class="ui divider" style="width:100%;margin:0px 15px"></div>`);
|
$("#" + bookmarks[bookmarks.length * 4 / 5 - 1].id).after(`<div class="ui divider" style="width:100%;margin:0px 15px"></div>`);
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue