We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d54136e commit cf650a1Copy full SHA for cf650a1
earthlapse-hci/ui-globalcontrol.js
@@ -6,7 +6,6 @@
6
case "home":
7
var $home = $(".earthlapse-ui-globalcontrol-homebutton");
8
$home.on("click", function (e) {
9
- e.preventDefault();
10
fn();
11
});
12
break;
@@ -18,10 +17,6 @@
18
17
var $control = $("<div class=\"earthlapse-ui-globalcontrol\" />");
19
20
var $home = $("<button class=\"ui-button earthlapse-ui-globalcontrol-item earthlapse-ui-globalcontrol-homebutton\">Home</button>");
21
- $home.on("click", function (e) {
22
23
- });
24
-
25
$control.append($home);
26
$("#timeMachine").append($control);
27
0 commit comments