forked from extern/easydiffusion
Bust the modifiers cache
This commit is contained in:
parent
d243bf069e
commit
27e2699fa1
@ -1134,7 +1134,7 @@ function resizeModifierCards(val) {
|
||||
|
||||
async function loadModifiers() {
|
||||
try {
|
||||
let res = await fetch('/modifiers.json')
|
||||
let res = await fetch('/modifiers.json?v=2')
|
||||
if (res.status === 200) {
|
||||
res = await res.json()
|
||||
|
||||
@ -1202,4 +1202,4 @@ async function loadModifiers() {
|
||||
} catch (e) {
|
||||
console.log('error fetching modifiers', e)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user