Minor Fixes

This commit is contained in:
QuiteAFancyEmerald 2021-02-22 18:31:32 +00:00
parent 48050f57f7
commit c694fa8154
8 changed files with 9 additions and 10 deletions

View file

@ -206,7 +206,7 @@ $('thepond').onclick = function() {
var url = $('url').value;
var det = document.domain;
var domain = det.replace('www.', '').split(/[/?#]/)[0];
frame.src = "https://" + domain + "/archive/g/thepond/index.html";
frame.src = "https://" + domain + "/archive/g/pond/index.html";
frame.style['visibility'] = "visible";
frame.setAttribute('allow', 'fullscreen');
frame.setAttribute('sandbox', 'allow-same-origin allow-scripts allow-popups allow-forms');