mirror of
https://github.com/Investigamer/cardconjurer.git
synced 2025-07-27 21:31:39 -05:00
Update main.js
This commit is contained in:
@@ -752,10 +752,8 @@ function checkCookies() {
|
|||||||
document.getElementById("tooltipToggler").checked = false
|
document.getElementById("tooltipToggler").checked = false
|
||||||
}
|
}
|
||||||
if (getCookie("advancedBorders") == "true") {
|
if (getCookie("advancedBorders") == "true") {
|
||||||
document.getElementById("tooltipToggler").checked = true
|
document.getElementById("checkboxAdvanced").checked = true
|
||||||
hideShowFrameTypes()
|
hideShowFrameTypes()
|
||||||
} else {
|
|
||||||
console.log(getCookie("advancedBorders"))
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user