mirror of
https://github.com/minoplhy/chhoto-url.git
synced 2024-11-22 09:16:46 +00:00
fix: Typo in script.js
This commit is contained in:
parent
62ae71f4ca
commit
30c0b8b50a
@ -13,7 +13,7 @@ const getSiteUrl = async () => {
|
|||||||
return window.location.host.replace(/\/$/, '');
|
return window.location.host.replace(/\/$/, '');
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
return text.replace(/\/$/, '').replace(/^"/, '').replace(/"$/, '');
|
return url.replace(/\/$/, '').replace(/^"/, '').replace(/"$/, '');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user