diff --git a/ayanova/src/api/initialize.js b/ayanova/src/api/initialize.js index 055ef497..ffd2cb42 100644 --- a/ayanova/src/api/initialize.js +++ b/ayanova/src/api/initialize.js @@ -148,25 +148,24 @@ export default function initialize() { //for now just show the message window.$gz.eventBus.$emit( "notify-info", - "Time zone offset for this account is set to " + + "Time zone offset for your account is set to " + res.data.timeZoneOffset + " which doesn't match the local timezone offset of " + - localOffset + - ". You might want to adjust that under user settings" + localOffset ); - window.$gz.eventBus.$emit( - "notify-warning", - "this is a warning test" - ); - window.$gz.eventBus.$emit( - "notify-error", - "this is an error test" - ); - window.$gz.eventBus.$emit( - "notify-success", - "this is a success test" - ); + // window.$gz.eventBus.$emit( + // "notify-warning", + // "this is a warning test" + // ); + // window.$gz.eventBus.$emit( + // "notify-error", + // "this is an error test" + // ); + // window.$gz.eventBus.$emit( + // "notify-success", + // "this is a success test" + // ); } //Store offset in locale data