From c005a1c87c046260dfb2c0a73f31891b155df173 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 23 Jun 2020 18:45:06 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 1 + ayanova/src/main.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 1390b247..f432ce6b 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -12,6 +12,7 @@ todo: license keys security make dbid's a huge number instead of a guid would be a good first principle SGDCXPThwOZgbfcxQJwF1L8MMmbVyjDp6WMaTj0LFPk= FqC3t+8f2p/RXkclI6nKqhU35cRVHL9d/neZO7giInc= +MGyyATUbhkQMYYdR6gQu6ngeObK/eTzI3oA0oAH1iAw= todo: Administration - translation translation page with translation settings diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 29a06630..1755dd54 100644 --- a/ayanova/src/main.js +++ b/ayanova/src/main.js @@ -61,7 +61,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control //DEVELOPMENT MODE //THIS SHOULD BE FALSE IN RELEASE //************************************************************ -const DEV_MODE = false; +const DEV_MODE = true; //************************************************************ //************************************************************** //**************************************************************