From d04f12fb7bd8b6c994c5e0c03daf6dad89987a97 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kasper=20Rynning-T=C3=B8nnesen?= Date: Wed, 7 Feb 2018 14:14:28 +0100 Subject: [PATCH] Enabled help-modal for remote-page --- server/public/assets/js/remotecontroller.js | 1 + 1 file changed, 1 insertion(+) diff --git a/server/public/assets/js/remotecontroller.js b/server/public/assets/js/remotecontroller.js index cc4c4339..beee6a7f 100755 --- a/server/public/assets/js/remotecontroller.js +++ b/server/public/assets/js/remotecontroller.js @@ -16,6 +16,7 @@ $(document).ready(function (){ $("#about").modal(); $("#contact").modal(); + $("#help").modal(); if(window.location.hostname == "remote.zoff.me") add = "https://zoff.me"; else add = "localhost";