Merge branch 'beta' into patch-5

This commit is contained in:
cmdr2 2022-09-24 11:20:06 +05:30 committed by GitHub
commit ecf7860847
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 3 deletions

View File

@ -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)
}
}
}

View File

@ -212,5 +212,4 @@
#modifier-card-size-slider {
width: 6em;
margin-bottom: 0.5em;
transform: translateY(9pt);
}