Rolling back a couple changes and spawning a branch from here.

This commit is contained in:
Brian Davenport 2013-05-30 21:26:16 +00:00
parent 21229d58ea
commit 072fba8718
3 changed files with 26 additions and 14 deletions
public_html

View file

@ -167,8 +167,8 @@ function initialize() {
}
}
// Load up our options page
optionsInitalize();
// Load up our options page
optionsInitalize();
// Did our crafty user need some setup?
extendedInitalize();
@ -553,11 +553,6 @@ function resetMap() {
refreshSelected();
}
function settingToggle() {
console.log("Settings Click");
$("#options").toggleClass("notvisable");
}
function drawCircle(marker, distance) {
if (typeof distance === 'undefined') {
return false;