6 lines
109 B
HTML
6 lines
109 B
HTML
|
<script>
|
||
|
window.onload = function() {
|
||
|
console.log("PAGE_ONLOAD_EVENT" + location.hash);
|
||
|
};
|
||
|
</script>
|