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