summaryrefslogtreecommitdiffstats
path: root/theme
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-18 22:03:13 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2015-06-18 22:03:13 -0700
commitf5510892a6777e76f1d83642d544b20bc1a01a19 (patch)
treea84ea059b58cf03b1b8767fb060378b32ef24820 /theme
parentd23e71e99aaff078536b923067225515bf100958 (diff)
downloadsubsurface-f5510892a6777e76f1d83642d544b20bc1a01a19.tar.gz
HTML export: cosmetic change to show 20 dives by default
10 just seemed a little... low. Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'theme')
-rw-r--r--theme/dive_export.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/dive_export.html b/theme/dive_export.html
index e27b56b62..2620ce12a 100644
--- a/theme/dive_export.html
+++ b/theme/dive_export.html
@@ -122,7 +122,7 @@ window.onload=function(){
}
set_units();
- sizeofpage=10;
+ sizeofpage=20;
showAllDives();
document.getElementById("divePanel").style.display='none';
document.getElementById("diveStat").style.display='none';