User:Evad37/Covery.js: Difference between revisions

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