index.html: fix base domain
Update page functionality to use dynamic domain and protocol from the current browser URL, resolving issues related to the fixed base domain.
This commit is contained in:
@@ -98,8 +98,7 @@
|
||||
<script type="text/javascript" src="/agenda/js/calcms.cust.js"></script> <!--calcms end-->
|
||||
<!--calcms end-->
|
||||
<script>
|
||||
var base_url = "https://programm.coloradio.org";
|
||||
//var base_url = "http://localhost";
|
||||
var base_url = window.location.origin;
|
||||
</script>
|
||||
|
||||
<script>
|
||||
|
||||
Reference in New Issue
Block a user