From 1ea6e8054e2ea1667a0ecc57784c4d6583711055 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 1 Apr 2020 19:10:22 +0000 Subject: [PATCH] --- ayanova/src/api/gzdialog.js | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/ayanova/src/api/gzdialog.js b/ayanova/src/api/gzdialog.js index 41824c73..1846ce0c 100644 --- a/ayanova/src/api/gzdialog.js +++ b/ayanova/src/api/gzdialog.js @@ -105,14 +105,6 @@ export default { ///////////////////////////////////// // Display LT message with wait for ok // - // displayLTErrorMessage(tKeyText, tKeyTitle = undefined) { - // return VM_LOCAL.$root.$gzconfirm({ - // message: tKeyText ? window.$gz.translation.get(tKeyText) : "", - // title: tKeyTitle ? window.$gz.translation.get(tKeyTitle) : "", - // yesButtonText: window.$gz.translation.get("OK"), - // type: "error" - // }); - // }, displayLTErrorMessage(tKeyText, tKeyTitle = undefined) { return VM_LOCAL.$root.$gzconfirm({ message: tKeyText ? window.$gz.translation.get(tKeyText) : "", @@ -120,7 +112,8 @@ export default { yesButtonText: window.$gz.translation.get("OK"), type: "error" }); - }, + }, + ///////////////////////////////////// // Custom confirmation //