Rolling back a couple changes and spawning a branch from here.
This commit is contained in:
parent
21229d58ea
commit
072fba8718
3 changed files with 26 additions and 14 deletions
public_html
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue