From f83c820b382416c948f40b1074c83ec4182c7e36 Mon Sep 17 00:00:00 2001 From: Alex Muthmann <deveth0@users.noreply.github.com> Date: Wed, 6 Nov 2019 11:28:23 +0100 Subject: [PATCH] Fix missing js --- pwnagotchi/ui/web/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pwnagotchi/ui/web/templates/index.html b/pwnagotchi/ui/web/templates/index.html index c03f550..cc4d87a 100644 --- a/pwnagotchi/ui/web/templates/index.html +++ b/pwnagotchi/ui/web/templates/index.html @@ -25,7 +25,7 @@ </div> <script type="text/javascript" src="/js/refresh.js"></script> -<script type="text/javascript" src="/js/refresh.js"></script> +<script type="text/javascript" src="/js/viewportHeight.js"></script> </body> -</html> \ No newline at end of file +</html>