Add on_pageload to webpage snippet.
This commit is contained in:
parent
9e9d794c7d
commit
25fa098874
1 changed files with 4 additions and 0 deletions
|
@ -20,6 +20,10 @@
|
|||
|
||||
|
||||
<script type="text/javascript">
|
||||
function on_pageload()
|
||||
{
|
||||
}
|
||||
document.addEventListener("DOMContentLoaded", on_pageload);
|
||||
</script>
|
||||
</html>
|
||||
|
||||
|
|
Loading…
Reference in a new issue