update standalone compatibility (#556)

This commit is contained in:
oblomov 2023-09-21 13:16:58 +02:00 committed by GitHub
parent dc3aa5faaa
commit f203a773f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -259,7 +259,7 @@ CLASS Z2UI5_CL_FW_HTTP_HANDLER IMPLEMENTATION.
` },` && |\n| &&
|\n| &&
` onEvent: function (...args) {` && |\n| &&
` if ( sap.z2ui5.isBusy && sap.z2ui5.isBusy == true ){ sap.z2ui5.b = new sap.m.BusyDialog(); sap.z2ui5.b.open(); return; } ` &&
` if ( sap.z2ui5.isBusy ) { if( sap.z2ui5.isBusy == true ){ sap.z2ui5.b = new sap.m.BusyDialog(); sap.z2ui5.b.open(); return; } } ` &&
` sap.z2ui5.isBusy = true; ` &&
` if (!window.navigator.onLine) {` && |\n| &&
` sap.m.MessageBox.alert('No internet connection! Please reconnect to the server and try again.');` && |\n| &&