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