diff options
author | FChannel <> | 2021-07-28 15:31:37 -0700 |
---|---|---|
committer | FChannel <> | 2021-07-28 15:31:37 -0700 |
commit | 98d72c9b94b5dda9a987dfe41552f00512d43574 (patch) | |
tree | ef75468766c6c5e2d4392cfc567eb29cb90d0c9d /static/npost.html | |
parent | ea12d0f741455c542accf24a003a62ab85bfbfa3 (diff) | |
parent | 87fc54c9d41bdbe7eaa8769386776a3723580b34 (diff) |
v0.0.13-release
Diffstat (limited to 'static/npost.html')
-rw-r--r-- | static/npost.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/static/npost.html b/static/npost.html index 3df4090..419a1a9 100644 --- a/static/npost.html +++ b/static/npost.html @@ -17,7 +17,6 @@ {{ end }} <script src="/static/js/posts.js"></script> -<script src="/static/js/timer.js"></script> {{ end }} {{ define "content" }} @@ -52,6 +51,7 @@ {{ define "script" }} <script src="/static/js/footerscript.js"></script> +<script src="/static/js/timer.js"></script> <script> viewLink("{{ .Board.Name }}", "{{ .Board.Actor.Id }}") </script> |