This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user