forked from extern/easydiffusion
Merge branch 'beta' into patch-5
This commit is contained in:
commit
ecf7860847
@ -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()
|
||||||
|
|
||||||
@ -1202,4 +1202,4 @@ async function loadModifiers() {
|
|||||||
} catch (e) {
|
} catch (e) {
|
||||||
console.log('error fetching modifiers', e)
|
console.log('error fetching modifiers', e)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -212,5 +212,4 @@
|
|||||||
#modifier-card-size-slider {
|
#modifier-card-size-slider {
|
||||||
width: 6em;
|
width: 6em;
|
||||||
margin-bottom: 0.5em;
|
margin-bottom: 0.5em;
|
||||||
transform: translateY(9pt);
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user