User:Evad37/Covery.js: Difference between revisions

Content deleted Content added
.
.
Line 336:
CoveryDialog.static.name = 'coveryDialog';
CoveryDialog.static.title = 'Covery';
CoveryDialog.static.size = 'large';
CoveryDialog.static.actions = [
{ flags: 'primary', label: 'Upload', action: 'upload' },
Line 402 ⟶ 403:
this.urlInput.connect(this, { 'change': 'onUrlInputChange' });
this.titleInput.connect(this, { 'flag': 'onTitleInputFlag' });
//this.titleInput.$element.find('input').on('focus', function () { $(this).change(); });
this.developerInput.connect(this, { 'change': 'onRequiredInputChange' });
this.publisherInput.connect(this, { 'change': 'onRequiredInputChange' });