diff --git a/app/templates/index.html b/app/templates/index.html index 45f08d1..bf4003a 100644 --- a/app/templates/index.html +++ b/app/templates/index.html @@ -446,7 +446,7 @@ deleteText: function(e){ e.preventDefault(); - this.inputText = this.translatedText = ""; + this.inputText = this.translatedText = this.output = ""; } } });