From fbaf571da06dd944ffba7992f812829847defe12 Mon Sep 17 00:00:00 2001 From: PiotrWR Date: Wed, 30 Dec 2020 23:44:20 +0100 Subject: [PATCH] Test of working --- src/app/App.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/App.js b/src/app/App.js index 5c95b0b..3346840 100644 --- a/src/app/App.js +++ b/src/app/App.js @@ -41,7 +41,6 @@ function renderMainContainer(parent) { } function renderNavMenu(parent, activeItemNr = 0) { - if (document.getElementById('navMenu')) parent.removeChild(document.getElementById('navMenu'));