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-->
|
<script type="text/javascript" src="/agenda/js/calcms.cust.js"></script> <!--calcms end-->
|
||||||
<!--calcms end-->
|
<!--calcms end-->
|
||||||
<script>
|
<script>
|
||||||
var base_url = "https://programm.coloradio.org";
|
var base_url = window.location.origin;
|
||||||
//var base_url = "http://localhost";
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
|
|||||||
Reference in New Issue
Block a user