| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 10a276a commit 83875f4
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -252,7 +252,7 @@ console.log(myURL.hostname); | |||
| 252 | 252 | // Prints example.org | |
| 253 | 253 | ||
| 254 | 254 | // Setting the hostname does not change the port | |
| 255 | - myURL.hostname = 'example.com:82'; | ||
| 255 | + myURL.hostname = 'example.com'; | ||
| 256 | 256 | console.log(myURL.href); | |
| 257 | 257 | // Prints https://example.com:81/foo | |
| 258 | 258 | ||
| Back | FazBrowse Home | New Git URL |
0 commit comments