mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-16 15:03:03 +00:00
fix
This commit is contained in:
parent
5f2d0435f2
commit
738dba7476
2 changed files with 4 additions and 4 deletions
|
@ -35,7 +35,7 @@ document.addEventListener('DOMContentLoaded', function(){
|
|||
translationType: "text",
|
||||
inputFile: false,
|
||||
loadingFileTranslation: false,
|
||||
translatedFileUrl: "",
|
||||
translatedFileUrl: false,
|
||||
},
|
||||
mounted: function(){
|
||||
var self = this;
|
||||
|
@ -318,7 +318,7 @@ document.addEventListener('DOMContentLoaded', function(){
|
|||
removeFile: function(e) {
|
||||
e.preventDefault()
|
||||
this.inputFile = false;
|
||||
this.translatedFileUrl = "";
|
||||
this.translatedFileUrl = false;
|
||||
this.loadingFileTranslation = false;
|
||||
},
|
||||
translateFile: function(e) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue