(cq) add missing let

This commit is contained in:
Simon Vieille 2022-08-21 16:13:39 +02:00 committed by Gitea
parent 538467dc99
commit 0c304b06a0

View file

@ -43,7 +43,7 @@ const updateTopMenu = function() {
return
}
navigationAppsHtml = ''
let navigationAppsHtml = ''
for (let app of apps) {
const dataId = app.getAttribute('data-id')