From 7f7d13d843f6093fb9061ee7b765e481f2bc19ee Mon Sep 17 00:00:00 2001 From: Minteck ⭐ Date: Fri, 15 Oct 2021 18:34:56 +0000 Subject: Update 'FtechWebring.client.js' --- FtechWebring.client.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FtechWebring.client.js b/FtechWebring.client.js index 3209c03..643988d 100644 --- a/FtechWebring.client.js +++ b/FtechWebring.client.js @@ -22,7 +22,7 @@ function _ftww_processData(raw) { // We find the index corresponding to this website thisSite = null; hparts = location.href.split("/"); - href = a[0] + "/" + a[1] + "/" + a[2]; + href = hparts[0] + "/" + hparts[1] + "/" + hparts[2]; if (typeof href === "string") { // Checking if the required variable is defined index = 0; for (site of sites) { -- cgit