mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-15 06:41:00 -08:00
refactor internal terminology to use 'clear' instead of 'trash' like #2728
This commit is contained in:
parent
de70ddaf58
commit
9e40520f00
3 changed files with 13 additions and 13 deletions
|
|
@ -162,7 +162,7 @@ function selected_tab_id() {
|
|||
|
||||
}
|
||||
|
||||
function trash_prompt(_, confirmed,_steps) {
|
||||
function clear_prompt(_, confirmed,_steps) {
|
||||
|
||||
if(confirm("Delete prompt?")) {
|
||||
confirmed = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue