Skip to content

Commit 52fe5b7

Browse files
committed
[map-free-workshop] logging for onclick
1 parent 9470233 commit 52fe5b7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

map-free-workshop/2024/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -586,6 +586,7 @@ <h3><a id="Sponsors">Sponsors</a></h3>
586586
<script>
587587
function copyLinkToClipboard(link_name) {
588588
let parts = window.location.href.split('#');
589+
console.log('parts: ' + parts);
589590
let url = parts[parts.length - 2] + '#' + link_name;
590591
navigator.clipboard.writeText(url);
591592
}

0 commit comments

Comments
 (0)