This commit is contained in:
@@ -298,25 +298,7 @@ export default {
|
||||
vm.smallLogoUrl = window.$gz.api.logoUrl("small");
|
||||
vm.mediumLogoUrl = window.$gz.api.logoUrl("medium");
|
||||
vm.largeLogoUrl = window.$gz.api.logoUrl("large");
|
||||
//------------------
|
||||
//Test ui feedback mechanisms here:
|
||||
//this.formState.errorBoxMessage = "This is a test crlf\r\nOnly a test lf\nEot";
|
||||
|
||||
// (async function() {
|
||||
// await window.$gz.dialog.displayLTModalNotificationMessage(
|
||||
// "This is a test crlf\r\nOnly a test lf\nEot",
|
||||
// "Testing",
|
||||
// "error",
|
||||
// "https://www.ayanova.com/subscriptionexpired.htm"
|
||||
// );
|
||||
// })();
|
||||
|
||||
window.$gz.eventBus.$emit(
|
||||
"notify-error",
|
||||
"This is a test crlf\r\nOnly a test lf\nEot",
|
||||
"https://www.ayanova.com/subscriptionexpired.htm"
|
||||
);
|
||||
//------------------------
|
||||
window.$gz.eventBus.$emit("menu-change", {
|
||||
isMain: true,
|
||||
icon: "",
|
||||
|
||||
Reference in New Issue
Block a user