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";