EOD FRIDAY!
This commit is contained in:
@@ -155,15 +155,6 @@ export default function initialize() {
|
||||
);
|
||||
}
|
||||
|
||||
// eslint-disable-next-line no-debugger
|
||||
// debugger;
|
||||
window.$gz.dialog.confirmDelete().then(dialogResult => {
|
||||
window.$gz.eventBus.$emit(
|
||||
"notify-info",
|
||||
"You chose: " + dialogResult
|
||||
);
|
||||
});
|
||||
|
||||
//Store offset in locale data
|
||||
//TODO: also need the other locale settings such as number and date formats etc to be added at server
|
||||
window.$gz.store.commit("setLocale", {
|
||||
|
||||
Reference in New Issue
Block a user