main
Mark MacKay 2021-06-16 18:52:23 -05:00
parent bdd0a164f8
commit 243190c971
1 changed files with 0 additions and 1 deletions

View File

@ -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();