diff options
Diffstat (limited to 'FtechWebring.client.js')
-rw-r--r-- | FtechWebring.client.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/FtechWebring.client.js b/FtechWebring.client.js index 643988d..c20924d 100644 --- a/FtechWebring.client.js +++ b/FtechWebring.client.js @@ -26,7 +26,7 @@ function _ftww_processData(raw) { if (typeof href === "string") { // Checking if the required variable is defined index = 0; for (site of sites) { - if (site["name"] === href) { + if (site["url"] === href) { thisSite = index; } |