Content deleted Content added
. |
. |
||
Line 334:
CoveryDialog.prototype.onFileChosen = function (filePromise, widgetUsed, otherWidget) {
widgetUsed.pushPending();
widgetUsed.
otherWidget.setDisabled(true);
var self = this;
Line 359:
widgetUsed.popPending();
widgetUsed.setIcon('notice');
widgetUsed.
otherWidget.setDisabled(false);
otherWidget.setIcon(null);
|