add ability to create extensions that add localizations

This commit is contained in:
AUTOMATIC
2022-11-06 09:02:25 +03:00
parent ea5b90b3b3
commit a2a1a2f727
6 changed files with 14 additions and 9 deletions

View File

@@ -208,4 +208,6 @@ function update_token_counter(button_id) {
function restart_reload(){
document.body.innerHTML='<h1 style="font-family:monospace;margin-top:20%;color:lightgray;text-align:center;">Reloading...</h1>';
setTimeout(function(){location.reload()},2000)
return []
}