Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
methodofaction committed Jun 16, 2021
1 parent bdd0a16 commit 243190c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/Menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ MD.Menu = function(){
$('#tool_topath').on("click", editor.convertToPath);
$('#tool_group').on("click", editor.groupSelected);
$('#tool_ungroup').on("click", editor.ungroupSelected);
$('#tool_ungroup').on("click", editor.ungroupSelected);
if (window.location.host === "editor.method.ac") {
$('#modal_donate').show();
$('#sponsors').show();
Expand Down

0 comments on commit 243190c

Please sign in to comment.