mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
Enabled help-modal for remote-page
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user