minor: remove open in new tab button avatar sandbox
This commit is contained in:
parent
84f06e3b80
commit
d1f329a0e1
2 changed files with 0 additions and 9 deletions
|
|
@ -262,11 +262,6 @@ async function PageLoad() {
|
||||||
document.body.removeChild(Download);
|
document.body.removeChild(Download);
|
||||||
});
|
});
|
||||||
|
|
||||||
const OpenInNewTabButton = document.getElementById('openNewTab');
|
|
||||||
OpenInNewTabButton.addEventListener('click', function () {
|
|
||||||
window.open(IFrame, "_blank")
|
|
||||||
});
|
|
||||||
|
|
||||||
const LoadAsset = document.getElementById('load-asset')
|
const LoadAsset = document.getElementById('load-asset')
|
||||||
const LoadAssetType = document.getElementById('load-asset-type')
|
const LoadAssetType = document.getElementById('load-asset-type')
|
||||||
LoadAsset.addEventListener('click', function(){
|
LoadAsset.addEventListener('click', function(){
|
||||||
|
|
|
||||||
|
|
@ -134,10 +134,6 @@
|
||||||
<i class="fa-duotone fa-download"></i>
|
<i class="fa-duotone fa-download"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
<button id="openNewTab" aria-label="View in a new tab!" style="display: block;" data-bs-toggle="tooltip" data-bs-title="New Tab" data-bs-placement="right">
|
|
||||||
<i class="fa-duotone fa-up-right-from-square"></i>
|
|
||||||
</button>
|
|
||||||
|
|
||||||
<button aria-label="View in full screen!" style="display: block;" onclick="document.getElementById('viewFrame').requestFullscreen()" data-bs-toggle="tooltip" data-bs-title="Full Screen" data-bs-placement="right">
|
<button aria-label="View in full screen!" style="display: block;" onclick="document.getElementById('viewFrame').requestFullscreen()" data-bs-toggle="tooltip" data-bs-title="Full Screen" data-bs-placement="right">
|
||||||
<i class="fa-duotone fa-minimize"></i>
|
<i class="fa-duotone fa-minimize"></i>
|
||||||
</button>
|
</button>
|
||||||
|
|
|
||||||
Reference in a new issue