Skip to content
Snippets Groups Projects

Completes portuguese translation, Fixes issue #58

Merged aka requested to merge (removed):develop into develop
Files
2
@@ -104,6 +104,7 @@ const PostStatusForm = {
},
postStatus (newStatus) {
if (this.posting) { return }
if (this.submitDisabled) { return }
if (this.newStatus.status === '') {
if (this.newStatus.files.length > 0) {
Loading