Move popover to the end of the page
The popover script doesn’t ever start in until the DOM has finished Loading, so wait for the script to be downloaded and parsed before Showing the content to the user makes no sense.
This commit is contained in:
@ -43,4 +43,3 @@
|
||||
</script>
|
||||
</head>
|
||||
{{ template "_internal/google_analytics.html" . }}
|
||||
{{ partial "popover.html" .}}
|
||||
|
Reference in New Issue
Block a user