Content deleted Content added
. |
. |
||
Line 402:
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' });
Line 467:
});
} else if (flag.invalid === false) {
this.onRequiredInputChange(
}
}
|