diff --git a/html/config.js b/html/config.js index a1c01bb..7278340 100644 --- a/html/config.js +++ b/html/config.js @@ -228,3 +228,5 @@ HideCols = [ // Display only the last leg of a flight in globeIndex mode. //lastLeg = true; +// +//hideButtons = false; diff --git a/html/defaults.js b/html/defaults.js index 09bc15a..89178ba 100644 --- a/html/defaults.js +++ b/html/defaults.js @@ -249,3 +249,5 @@ var showPictures = false; var enableDWD = true; var lastLeg = true; + +var hideButtons = false; diff --git a/html/index.html b/html/index.html index b8ac4d7..faf5d57 100644 --- a/html/index.html +++ b/html/index.html @@ -688,7 +688,7 @@