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() {
|
async function loadModifiers() {
|
||||||
try {
|
try {
|
||||||
let res = await fetch('/modifiers.json')
|
let res = await fetch('/modifiers.json?v=2')
|
||||||
if (res.status === 200) {
|
if (res.status === 200) {
|
||||||
res = await res.json()
|
res = await res.json()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user