From 13f535250a383dd1516b21295d28bf0e0f2af2c6 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sun, 21 Aug 2022 16:13:39 +0200 Subject: [PATCH] (cq) add missing let --- templates/js/_topMenuApps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/js/_topMenuApps.js b/templates/js/_topMenuApps.js index 103a453..455b09a 100644 --- a/templates/js/_topMenuApps.js +++ b/templates/js/_topMenuApps.js @@ -43,7 +43,7 @@ const updateTopMenu = function() { return } - navigationAppsHtml = '' + let navigationAppsHtml = '' for (let app of apps) { const dataId = app.getAttribute('data-id')