HTML export: cosmetic change to show 20 dives by default

10 just seemed a little... low.

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2015-06-18 22:03:13 -07:00
parent d23e71e99a
commit f5510892a6

View file

@ -122,7 +122,7 @@ window.onload=function(){
} }
set_units(); set_units();
sizeofpage=10; sizeofpage=20;
showAllDives(); showAllDives();
document.getElementById("divePanel").style.display='none'; document.getElementById("divePanel").style.display='none';
document.getElementById("diveStat").style.display='none'; document.getElementById("diveStat").style.display='none';