mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-10-29 18:00:23 +00:00
migrated much of the listeners
This commit is contained in:
@@ -14,9 +14,9 @@ $(document).ready(function (){
|
||||
'secure': true
|
||||
};
|
||||
|
||||
$("#about").modal();
|
||||
$("#contact").modal();
|
||||
$("#help").modal();
|
||||
M.Modal.init(document.getElementById("about"));
|
||||
M.Modal.init(document.getElementById("contact"));
|
||||
M.Modal.init(document.getElementById("help"));
|
||||
|
||||
if(window.location.hostname == "remote.zoff.me") add = "https://zoff.me";
|
||||
else add = "localhost";
|
||||
|
||||
Reference in New Issue
Block a user