From d1f329a0e1ea8dc16fe6b9d084fc819601c8d759 Mon Sep 17 00:00:00 2001 From: Index Date: Fri, 5 Jul 2024 02:41:08 -0500 Subject: [PATCH] minor: remove open in new tab button avatar sandbox --- js/account/avatar-sandbox.js | 5 ----- resources/avatar-sandbox.html | 4 ---- 2 files changed, 9 deletions(-) diff --git a/js/account/avatar-sandbox.js b/js/account/avatar-sandbox.js index 0fcdce6..c50c262 100644 --- a/js/account/avatar-sandbox.js +++ b/js/account/avatar-sandbox.js @@ -262,11 +262,6 @@ async function PageLoad() { document.body.removeChild(Download); }); - const OpenInNewTabButton = document.getElementById('openNewTab'); - OpenInNewTabButton.addEventListener('click', function () { - window.open(IFrame, "_blank") - }); - const LoadAsset = document.getElementById('load-asset') const LoadAssetType = document.getElementById('load-asset-type') LoadAsset.addEventListener('click', function(){ diff --git a/resources/avatar-sandbox.html b/resources/avatar-sandbox.html index d6ddf71..e102bcb 100755 --- a/resources/avatar-sandbox.html +++ b/resources/avatar-sandbox.html @@ -134,10 +134,6 @@ - -