Extend /languages to include targets
This commit is contained in:
parent
0478d4ee2c
commit
e79089b5c1
3 changed files with 10 additions and 13 deletions
|
|
@ -141,7 +141,7 @@ document.addEventListener('DOMContentLoaded', function(){
|
|||
isHtml: function(){
|
||||
return htmlRegex.test(this.inputText);
|
||||
},
|
||||
canSendSuggestion() {
|
||||
canSendSuggestion: function(){
|
||||
return this.translatedText.trim() !== "" && this.translatedText !== this.savedTanslatedText;
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue