From c55f33b74331732f812ebe660edb772576852a4a Mon Sep 17 00:00:00 2001 From: Alexander Popov Date: Fri, 4 Aug 2023 01:11:53 +0300 Subject: [PATCH] optimize for small sreens --- app/assets/js/app.js | 2 +- app/index.html | 2 +- app/partitial/header.html | 4 +++- app/partitial/menu.html | 2 +- clean_public.sh | 2 +- package.json | 2 +- 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/app/assets/js/app.js b/app/assets/js/app.js index 1f90680..c0c8bac 100644 --- a/app/assets/js/app.js +++ b/app/assets/js/app.js @@ -1,6 +1,6 @@ import { routes } from './routes.js'; -let DEBUG = true; +let DEBUG = false; window.DEBUG = DEBUG; /* main */ diff --git a/app/index.html b/app/index.html index 93d9606..7324756 100644 --- a/app/index.html +++ b/app/index.html @@ -24,7 +24,7 @@
-