From 71b2cad7c1b2716ef7a8adbb6bc1ff6b60cdb680 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 31 Oct 2019 19:18:08 +0000 Subject: [PATCH] --- ayanova/src/api/errorhandler.js | 4 +- .../src/components/inventorywidgetlist.vue | 63 ++++++++++--------- 2 files changed, 34 insertions(+), 33 deletions(-) diff --git a/ayanova/src/api/errorhandler.js b/ayanova/src/api/errorhandler.js index 6c23c079..61f19b98 100644 --- a/ayanova/src/api/errorhandler.js +++ b/ayanova/src/api/errorhandler.js @@ -1,4 +1,4 @@ -/* eslint-disable */ +/* Xeslint-disable */ var devModeShowErrors = false; @@ -15,7 +15,7 @@ function dealWithError(msg, vm) { } window.$gz.store.commit("logItem", msg); if (devModeShowErrors) { - debugger; + //debugger; var errMsg = "DEV ERROR errorHandler::devShowUnknownError - unexpected error: \r\n" + msg; diff --git a/ayanova/src/components/inventorywidgetlist.vue b/ayanova/src/components/inventorywidgetlist.vue index 3cf23b17..9cc7b6ce 100644 --- a/ayanova/src/components/inventorywidgetlist.vue +++ b/ayanova/src/components/inventorywidgetlist.vue @@ -49,35 +49,37 @@ itemsPerPageText: lt('RowsPerPage') }" > -