mirror of
https://github.com/LibreTranslate/LibreTranslate.git
synced 2025-05-25 11:22:28 +00:00
Add frontend translation timeout parameter #29
This commit is contained in:
parent
370ff7a37c
commit
6d5f6bdc6c
3 changed files with 11 additions and 4 deletions
|
@ -441,7 +441,7 @@ document.addEventListener('DOMContentLoaded', function(){
|
|||
};
|
||||
|
||||
request.send(data);
|
||||
}, 300);
|
||||
}, {{ frontendTimeout }});
|
||||
},
|
||||
|
||||
copyText: function(e){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue