mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
Enabled help-modal for remote-page
This commit is contained in:
@@ -16,6 +16,7 @@ $(document).ready(function (){
|
|||||||
|
|
||||||
$("#about").modal();
|
$("#about").modal();
|
||||||
$("#contact").modal();
|
$("#contact").modal();
|
||||||
|
$("#help").modal();
|
||||||
|
|
||||||
if(window.location.hostname == "remote.zoff.me") add = "https://zoff.me";
|
if(window.location.hostname == "remote.zoff.me") add = "https://zoff.me";
|
||||||
else add = "localhost";
|
else add = "localhost";
|
||||||
|
|||||||
Reference in New Issue
Block a user