Issue #1193 : Bug Fix (number of images is now displayed on navigation between pages)

This commit is contained in:
Zacharie
2020-06-30 14:28:01 +02:00
committed by plegall
parent e84cd23262
commit d76747f06a
+1 -1
View File
@@ -891,7 +891,7 @@ function updatePage() {
for (let i = 0; i < boxToRecycle; i++) {
let tag = dataToDisplay[i];
recycleTagBox($(tagBoxes[i]), tag.id, tag.name, tag.url_name)
recycleTagBox($(tagBoxes[i]), tag.id, tag.name, tag.url_name, tag.counter)
}
if (dataToDisplay.length < tagBoxes.length) {