|
|
@ -54,6 +54,7 @@ function more()
|
|
|
|
|
|
|
|
|
|
|
|
document.getElementById("displays").addEventListener("click", function(){
|
|
|
|
document.getElementById("displays").addEventListener("click", function(){
|
|
|
|
document.getElementById("color_pickers").style.display= (displ!="points" ? "none" : "inline");
|
|
|
|
document.getElementById("color_pickers").style.display= (displ!="points" ? "none" : "inline");
|
|
|
|
|
|
|
|
document.getElementById("gems_picker").style.display= (displ=="points" ? "none" : "inline");
|
|
|
|
})
|
|
|
|
})
|
|
|
|
|
|
|
|
|
|
|
|
function saveOptions() {
|
|
|
|
function saveOptions() {
|
|
|
|