mirror of
https://github.com/SolninjaA/Chhoto-URL-Extension.git
synced 2025-04-27 23:29:32 +10:00
Compare commits
No commits in common. "888138e93ba31bd4eabcb9ea3f261d4381520e9b" and "c9ea5a03b36de16d7c2debf89a01e46a47365992" have entirely different histories.
888138e93b
...
c9ea5a03b3
@ -55,7 +55,7 @@ hostKeyEle.oninput = (event) => {
|
||||
}
|
||||
|
||||
// Get the Chhoto URL host
|
||||
const chhotoHost = hostKeyEle.value.replace(/\/$/, '');
|
||||
const chhotoHost = hostKeyEle.value;
|
||||
|
||||
// Catch the exception from the URL constructor
|
||||
// (this always activates because as the user begins typing, the URL is invalid)
|
||||
|
Loading…
Reference in New Issue
Block a user