From e6a70345b5cbbf33478adbecf0d44defdc84a6ef Mon Sep 17 00:00:00 2001 From: Oliver Jowett Date: Wed, 7 Jan 2015 17:37:34 +0000 Subject: [PATCH] Remove options / extension support (no plans to work on those in the current form). --- public_html/extension.js | 19 ------------------- public_html/gmap.html | 6 +----- public_html/options.js | 17 ----------------- public_html/script.js | 6 ------ 4 files changed, 1 insertion(+), 47 deletions(-) delete mode 100644 public_html/extension.js delete mode 100644 public_html/options.js diff --git a/public_html/extension.js b/public_html/extension.js deleted file mode 100644 index f71fe17..0000000 --- a/public_html/extension.js +++ /dev/null @@ -1,19 +0,0 @@ -// ----------------------------------------------------- -// -// This file is so users can modify how the page acts -// without diving to deep in the code. This way we can -// also try out or hold custom code for ourselves and -// not check it into the repo. -// -// There is a div id'ed as plane_extension for use with -// this javascript file. -// ----------------------------------------------------- - -function extendedInitalize() { - // Write your initalization here - // Gets called just before the 1-sec function call loop is setup -} - -function extendedPulse() { - // This will get called every second after all the main functions -} diff --git a/public_html/gmap.html b/public_html/gmap.html index 20dc878..65344ab 100644 --- a/public_html/gmap.html +++ b/public_html/gmap.html @@ -8,8 +8,6 @@ - - @@ -44,7 +42,7 @@   - [ Settings ] +   @@ -125,7 +123,6 @@ -
@@ -154,7 +151,6 @@
-