From fee72c3d3bc055ff0e667fadf5fc05ba6e6701d3 Mon Sep 17 00:00:00 2001 From: Alessandro Francia Date: Thu, 5 Apr 2018 16:58:45 +0200 Subject: [PATCH] wp4 --- Step/wwwroot/src/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Step/wwwroot/src/main.js b/Step/wwwroot/src/main.js index 8871cbbf..c15ad801 100644 --- a/Step/wwwroot/src/main.js +++ b/Step/wwwroot/src/main.js @@ -20,7 +20,7 @@ let router = new VueRouter({ linkActiveClass: "inpath", linkExactActiveClass: "a router.addRoutes(routes); // ATTENZIONE : mettere a true durante lo sviluppo e riportare a false per la pubblicazione -let developerMode = true; +let developerMode = false; // manipulate the title page router.beforeEach((to, from, next) => {