Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matsuyoshi30/harbor.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNYPD <6412879+NYPD@users.noreply.github.com>2022-02-25 03:23:18 +0300
committerNYPD <6412879+NYPD@users.noreply.github.com>2022-02-25 03:23:18 +0300
commit4b473b2052c0f92b20023593df85d6076544f067 (patch)
tree1dc4208980d01191845a59685bde5b3d56848621 /layouts
parente6dee2a3e4a7f4a0255cf57eee500d2454a5795c (diff)
Fix null pointer issue
Diffstat (limited to 'layouts')
-rw-r--r--layouts/partials/backtotop.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/layouts/partials/backtotop.html b/layouts/partials/backtotop.html
index 0bc054b..00c3d52 100644
--- a/layouts/partials/backtotop.html
+++ b/layouts/partials/backtotop.html
@@ -1,4 +1,4 @@
-<script>
+<script defer>
var backtotopButton = document.getElementById('backtotopButton');