minor fixes
This commit is contained in:
parent
6300af1436
commit
e823566773
@ -69,10 +69,6 @@ img {
|
|||||||
font-size: 150%;
|
font-size: 150%;
|
||||||
}
|
}
|
||||||
|
|
||||||
/*p[title] {
|
|
||||||
background-color: red;
|
|
||||||
}*/
|
|
||||||
|
|
||||||
.option {
|
.option {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
@ -161,10 +161,10 @@ if(document.cookie == "") { // Set defaults if no cookie
|
|||||||
getJSON();
|
getJSON();
|
||||||
|
|
||||||
setTimeout(function mainFunc() {
|
setTimeout(function mainFunc() {
|
||||||
|
getRanges();
|
||||||
createTable();
|
createTable();
|
||||||
update();
|
update();
|
||||||
makeSettings();
|
makeSettings();
|
||||||
tableDesc();
|
tableDesc();
|
||||||
getRanges();
|
|
||||||
createGradientLegend();
|
createGradientLegend();
|
||||||
}, 600);
|
}, 600);
|
||||||
Loading…
x
Reference in New Issue
Block a user