Skip to content

Commit

Permalink
remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
yzy0806 committed May 2, 2016
1 parent d54136e commit cf650a1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions earthlapse-hci/ui-globalcontrol.js
Expand Up @@ -6,7 +6,6 @@
case "home":
var $home = $(".earthlapse-ui-globalcontrol-homebutton");
$home.on("click", function (e) {
e.preventDefault();
fn();
});
break;
Expand All @@ -18,10 +17,6 @@
var $control = $("<div class=\"earthlapse-ui-globalcontrol\" />");

var $home = $("<button class=\"ui-button earthlapse-ui-globalcontrol-item earthlapse-ui-globalcontrol-homebutton\">Home</button>");
$home.on("click", function (e) {
e.preventDefault();
});

$control.append($home);
$("#timeMachine").append($control);
});
Expand Down

0 comments on commit cf650a1

Please sign in to comment.