Content deleted Content added
Version 1.4.0: replace a mismatched file extension with the correct extension |
. |
||
Line 611:
CoveryDialog.prototype.onTitleInputFlag = function(flag) {
if (flag.invalid === true) {
this.titleInputField.
this.actions.setAbilities({
upload: false
Line 661:
});
self.changeTitleExtension(
self.resizedFile.type.replace('image/', '').replace(/\+.*/, '')
);
return;
|