From 06cdc5071bd033ce59c4fbb3c51c3b0395df36a6 Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Sun, 2 Apr 2017 12:29:34 +0100 Subject: [PATCH] Remove ShowClocks from config.js --- public_html/config.js | 3 --- 1 file changed, 3 deletions(-) diff --git a/public_html/config.js b/public_html/config.js index 73733bb..347c947 100644 --- a/public_html/config.js +++ b/public_html/config.js @@ -98,9 +98,6 @@ SiteCircles = true; // true to show circles (only shown if the center marker is // In miles, nautical miles, or km (depending settings value 'DisplayUnits') SiteCirclesDistances = new Array(100,150,200); -// Show the clocks at the top of the righthand pane? You can disable the clocks if you want here -ShowClocks = false; - // Controls page title, righthand pane when nothing is selected PageName = "PiAware Skyview";