Add frontend translation timeout parameter #29

This commit is contained in:
worldworm 2021-01-28 16:16:55 +00:00
parent 370ff7a37c
commit 6d5f6bdc6c
3 changed files with 11 additions and 4 deletions

View file

@ -441,7 +441,7 @@ document.addEventListener('DOMContentLoaded', function(){
};
request.send(data);
}, 300);
}, {{ frontendTimeout }});
},
copyText: function(e){