diff options
author | Ev Bogue <ev@evbogue.com> | 2019-11-24 09:03:30 -0600 |
---|---|---|
committer | Ev Bogue <ev@evbogue.com> | 2019-11-24 09:03:30 -0600 |
commit | 30cdde804f90ca533bc3388de46251f1400087a5 (patch) | |
tree | fc60f3c4ef03bc6b4c66c680d100edc8d02b8e5a /index.html | |
parent | 06a7740326eebda9076a1b4538defbf0a351a209 (diff) |
serve ads if client feeds are up to date
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |