release 8.0 !
This commit is contained in:
@@ -401,13 +401,6 @@ export default {
|
|||||||
that.handleMenuChange(vm, ctx);
|
that.handleMenuChange(vm, ctx);
|
||||||
});
|
});
|
||||||
|
|
||||||
//currently as of beta 0.9 unused anywhere
|
|
||||||
// window.$gz.eventBus.$on("menu-replace-item", function handleReplaceMenuItem(
|
|
||||||
// newItem
|
|
||||||
// ) {
|
|
||||||
// that.handleReplaceMenuItem(vm, newItem);
|
|
||||||
// });
|
|
||||||
|
|
||||||
window.$gz.eventBus.$on(
|
window.$gz.eventBus.$on(
|
||||||
"menu-upsert-last-report",
|
"menu-upsert-last-report",
|
||||||
function handleUpsertLastReport(newItem) {
|
function handleUpsertLastReport(newItem) {
|
||||||
|
|||||||
@@ -66,7 +66,7 @@ import chartBarHorizontalControl from "./components/chart-bar-horizontal-control
|
|||||||
//DEVELOPMENT MODE
|
//DEVELOPMENT MODE
|
||||||
//THIS SHOULD BE FALSE IN RELEASE
|
//THIS SHOULD BE FALSE IN RELEASE
|
||||||
//************************************************************
|
//************************************************************
|
||||||
const DEV_MODE = true;
|
const DEV_MODE = false;
|
||||||
//************************************************************
|
//************************************************************
|
||||||
//**************************************************************
|
//**************************************************************
|
||||||
//**************************************************************
|
//**************************************************************
|
||||||
|
|||||||
Reference in New Issue
Block a user