aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorEv Bogue <ev@evbogue.com>2019-11-24 09:03:30 -0600
committerEv Bogue <ev@evbogue.com>2019-11-24 09:03:30 -0600
commit30cdde804f90ca533bc3388de46251f1400087a5 (patch)
treefc60f3c4ef03bc6b4c66c680d100edc8d02b8e5a /index.html
parent06a7740326eebda9076a1b4538defbf0a351a209 (diff)
serve ads if client feeds are up to date
Diffstat (limited to 'index.html')
-rw-r--r--index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html
index a663afc..04d275f 100644
--- a/index.html
+++ b/index.html
@@ -17,8 +17,8 @@
<script src="bog.js"></script>
<script src="composer.js"></script>
<script src="identify.js"></script>
- <script src="gossip.js"></script>
<script src="render.js"></script>
+ <script src="gossip.js"></script>
<script src="views.js"></script>
<script src="app.js"></script>
</body>