Skip to content

Commit

Permalink
Fix #95
Browse files Browse the repository at this point in the history
  • Loading branch information
msg7086 committed Apr 11, 2017
1 parent c28cde2 commit da2f384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/yaaw.js
Expand Up @@ -111,7 +111,7 @@ var YAAW = (function() {
YAAW.contextmenu.movedown();
});
$("#menuMoveEnd").live("click", function() {
YAAW.contextmenu.moveEnd();
YAAW.contextmenu.moveend();
});
$("#menuRestart").live("click", function() {
YAAW.contextmenu.restart();
Expand Down

0 comments on commit da2f384

Please sign in to comment.