sponsor tweak

master
Mark MacKay 2021-06-01 08:35:35 -05:00
parent 3b70172f25
commit 2b7e3a77e0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ MD.Menu = function(){
$('#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") {
if (window.location.host === "editor.method.ac") {
$('#modal_donate').show();
$('#sponsors').show();
}