Compare commits

..

No commits in common. "888138e93ba31bd4eabcb9ea3f261d4381520e9b" and "c9ea5a03b36de16d7c2debf89a01e46a47365992" have entirely different histories.

View File

@ -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)