Skip to content
This repository was archived by the owner on Jul 28, 2026. It is now read-only.

Commit c9ebaf2

Browse files
committed
fix: call initIcons after async log data load on /logs page
1 parent 78fa535 commit c9ebaf2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

public/js/app.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1150,6 +1150,7 @@ async function renderLog(pageNum) {
11501150
</div>
11511151
${pageInfo}
11521152
`;
1153+
initIcons();
11531154
} catch (err) {
11541155
const list = $('#log-list');
11551156
if (list) list.innerHTML = '<div class="activity-empty">Could not load activity log.</div>';

0 commit comments

Comments
 (0)