mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-24 19:01:06 -08:00
add ability to create extensions that add localizations
This commit is contained in:
parent
ea5b90b3b3
commit
a2a1a2f727
6 changed files with 14 additions and 9 deletions
|
|
@ -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 []
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue