From c4bb573b7769958dbfa18612444e6ba210c190e0 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 22 Oct 2020 16:19:54 +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 b8e23385..a4fd9bb5 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -3,6 +3,7 @@ @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@ +todo: update front end report processor javascript libs for market and dompurify todo: breaking change in latest vuetify with integer bound to v-text-field have kept this version awaiting fix, reported https://github.com/vuetifyjs/vuetify/pull/12451 diff --git a/ayanova/src/main.js b/ayanova/src/main.js index 957229ce..6643c286 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 = true; +const DEV_MODE = false; //************************************************************ //************************************************************** //**************************************************************