[hamradio-commits] [dump1090] 236/389: Working on making an options window
Matthew Ernisse
mernisse-guest at moszumanska.debian.org
Wed Nov 5 00:19:59 UTC 2014
This is an automated email from the git hooks/post-receive script.
mernisse-guest pushed a commit to branch master
in repository dump1090.
commit 4752578b8bc076669e22f2f54044bf39c7feed7e
Author: Brian Davenport <the.lost.minded at gmail.com>
Date: Thu May 30 17:32:36 2013 +0000
Working on making an options window
---
public_html/script.js | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/public_html/script.js b/public_html/script.js
index d6048ba..1d14d0c 100644
--- a/public_html/script.js
+++ b/public_html/script.js
@@ -525,3 +525,15 @@ function selectPlaneByHex(hex) {
refreshSelected();
refreshTableInfo();
}
+
+function resetMap() {
+ GoogleMap.setZoom(parseInt(localStorage['ZoomLvl']));
+ GoogleMap.setCenter(new google.maps.LatLng(parseFloat(localStorage['CenterLat']), parseFloat(localStorage['CenterLon'])));
+ Selected = null;
+ refreshSelected();
+}
+
+function settingToggle() {
+ console.log("Settings Click");
+ $("#options").toggleClass("notvisable");
+}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/dump1090.git
More information about the pkg-hamradio-commits
mailing list