Fix stacking disconnection alerts
This commit is contained in:
@@ -13,6 +13,7 @@ define([
|
||||
'/common/sframe-common-codemirror.js',
|
||||
'/common/common-thumbnail.js',
|
||||
'/common/common-interface.js',
|
||||
'/common/common-ui-elements.js',
|
||||
'/common/hyperscript.js',
|
||||
'/customize/messages.js',
|
||||
'cm/lib/codemirror',
|
||||
@@ -42,6 +43,7 @@ define([
|
||||
SframeCM,
|
||||
Thumb,
|
||||
UI,
|
||||
UIElements,
|
||||
h,
|
||||
Messages,
|
||||
CMeditor,
|
||||
@@ -1098,13 +1100,13 @@ define([
|
||||
});
|
||||
}
|
||||
setEditable(false);
|
||||
//UI.alert(Messages.common_connectionLost, undefined, true);
|
||||
//UIElements.disconnectAlert();
|
||||
};
|
||||
|
||||
var onReconnect = function () {
|
||||
if (APP.unrecoverable) { return; }
|
||||
setEditable(true);
|
||||
//UI.findOKButton().click();
|
||||
//UIElements.reconnectAlert();
|
||||
};
|
||||
|
||||
var getHeadingText = function () {
|
||||
|
||||
Reference in New Issue
Block a user