mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2024-12-24 16:08:55 +01:00
Merge branch 'beta' into patch-5
This commit is contained in:
commit
ecf7860847
@ -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)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -212,5 +212,4 @@
|
||||
#modifier-card-size-slider {
|
||||
width: 6em;
|
||||
margin-bottom: 0.5em;
|
||||
transform: translateY(9pt);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user