Enabled help-modal for remote-page

This commit is contained in:
Kasper Rynning-Tønnesen
2018-02-07 14:14:28 +01:00
parent 77d7fb9eb5
commit d04f12fb7b

View File

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