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 @@ - -