We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7e35e67 + c7abe99 commit 4d6edd6Copy full SHA for 4d6edd6
1 file changed
src/assets/javascripts/utils.js
@@ -24,7 +24,7 @@ function getNextInstance(currentInstanceUrl, instances) {
24
* @param {URL} url
25
*/
26
function protocolHost(url) {
27
- const pathname = url.pathname.replace(/\/$/, "")
+ const pathname = url.pathname.replace(/\/+$/, "")
28
29
// workaround
30
if (pathname == "/TekstoLibre" && url.host.endsWith("github.io"))
0 commit comments