aboutsummaryrefslogtreecommitdiff
path: root/FtechWebring.client.js
diff options
context:
space:
mode:
authorMinteck ⭐ <nekostarfan@gmail.com>2021-10-15 18:35:56 +0000
committerMinteck ⭐ <nekostarfan@gmail.com>2021-10-15 18:35:56 +0000
commit428edfddd58041bcdc2d8545768da297743e99d4 (patch)
tree75cba7c1cfad11e887afff7480e335e448fd9abd /FtechWebring.client.js
parent7f7d13d843f6093fb9061ee7b765e481f2bc19ee (diff)
downloadwebring-428edfddd58041bcdc2d8545768da297743e99d4.tar.gz
webring-428edfddd58041bcdc2d8545768da297743e99d4.tar.bz2
webring-428edfddd58041bcdc2d8545768da297743e99d4.zip
Update 'FtechWebring.client.js'
Diffstat (limited to 'FtechWebring.client.js')
-rw-r--r--FtechWebring.client.js2
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;
}