User:Evad37/Covery/sandbox.js: Difference between revisions

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.setErrossetErrors(['Invalid file name']);
this.actions.setAbilities({
upload: false
Line 661:
});
self.changeTitleExtension(
self.resizedFile.type.replace('image/', '').replace(/\+.*/, '')
);
return;