mirror of
https://github.com/abap2UI5/abap2UI5.git
synced 2025-04-30 00:32:19 +08:00
update standalone compatibility (#556)
This commit is contained in:
parent
dc3aa5faaa
commit
f203a773f3
|
@ -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| &&
|
||||
|
|
Loading…
Reference in New Issue
Block a user