Skip to content

Commit fae21b6

Browse files
authored
Refactor script comments and update URLs q
Updated URLs and removed outdated comments in script section.
1 parent 7e136b0 commit fae21b6

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

pages/js/index.template.html

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -950,9 +950,6 @@ <h2>mouseenter, mouseleave, mouseover, mouseout, input[type="range"]</h2>
950950
<h2>new URL() new URLSearchParams()</h2>
951951
<script type="editor" data-lang="js">
952952

953-
// Tests for new URL() (and some tests covers also basics of new URLSearchParams())
954-
// urlwizzard.schema://urlwizzard.hostnegotiated/viewer.html?file=%2Ftests%2Furl%2F001_url.unit.ts
955-
956953
// also I've created set of tools to work with new URLSearchParams()
957954
// https://github.com/stopsopa/monaco-editor-webcomponent-sandbox/tree/main/src/params
958955

@@ -962,7 +959,9 @@ <h2>new URL() new URLSearchParams()</h2>
962959
// older: https://stopsopa.github.io/select-component/vite-project/dist/
963960

964961
// Vanilla killer helper
965-
// https://github.com/stopsopa/monaco-editor-webcomponent/tree/main/web-component/urlchange
962+
// https://stopsopa.github.io/monaco-editor-webcomponent/web-component/urlchange/index.html?t-1=aaa&t-3=cccc
963+
// source: https://github.com/stopsopa/monaco-editor-webcomponent/tree/main/web-component/urlchange
964+
966965
</script>
967966
<h2>findLast</h2>
968967
<script type="editor" data-lang="js">

0 commit comments

Comments
 (0)