This commit is contained in:
@@ -144,7 +144,7 @@ export default function initialize() {
|
||||
if (res.data.timeZoneOffset != localOffset) {
|
||||
//TODO: localize message and also actually have a fix for it here
|
||||
//so this should be a confirm prompt but for now will just show it
|
||||
|
||||
|
||||
//for now just show the message
|
||||
window.$gz.eventBus.$emit(
|
||||
"notify-info",
|
||||
@@ -154,6 +154,19 @@ export default function initialize() {
|
||||
localOffset +
|
||||
". You might want to adjust that under user settings"
|
||||
);
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user