mirror of
https://github.com/Piwigo/Piwigo.git
synced 2026-08-07 09:13:02 +02:00
Issue #1193 : Bug Fix (number of images is now displayed on navigation between pages)
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user