From 9657a61b0cd8b61f6f661095661e79ca89dca060 Mon Sep 17 00:00:00 2001 From: schooldev49 <102310270+schooldev49@users.noreply.github.com> Date: Sat, 3 Dec 2022 18:35:35 -0500 Subject: [PATCH] Update nebulamain.js --- static/resources/nebulamain.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/resources/nebulamain.js b/static/resources/nebulamain.js index 972341fd..ce9ef867 100644 --- a/static/resources/nebulamain.js +++ b/static/resources/nebulamain.js @@ -776,9 +776,9 @@ function link(_link) { img.href = "https://ssl.gstatic.com/images/branding/product/1x/drive_2020q4_32dp.png" doc.title = getRandomName() - var currentLink = link.slice(0, link.length - 1) + var currentLink = _link.slice(0, _link.length - 1) iframe.src = - currentLink + "/service/go/" + __uv$config.encodeUrl(_link) + location.origin + "/service/go/" + __uv$config.encodeUrl(currentLink) style.position = "fixed" style.top = style.bottom = style.left = style.right = 0 style.border = style.outline = "none"