diff --git a/vcm/templates/history.js b/vcm/templates/history.js index 7fce7498d51f9b6599cca82f589ead2a736a6b81..d8de779e6f4199bf7647e28026ca64bc07c46e73 100644 --- a/vcm/templates/history.js +++ b/vcm/templates/history.js @@ -18,19 +18,19 @@ * This copyright notice MUST APPEAR in all copies of the script! ***************************************************************/ // window.addEventListener("load", function(event) { - var stateObj = {info: "start01"}; - history.replaceState(stateObj, "neuerChronikEintrag", "http://localhost:8083/"); - console.log("start01") +var stateObj = {info: "start01"}; +history.replaceState(stateObj, "neuerChronikEintrag", "https://transfer.hft-stuttgart.de/partizipation/weilimdorf/#/"); +console.log("start01") // document.body.style.backgroundColor = "yellow"; // }); function historyP2(){ var stateObj = {info: "start02"}; - history.pushState(stateObj, "neuerChronikEintrag", "http://localhost:8083/"); + history.pushState(stateObj, "neuerChronikEintrag", "https://transfer.hft-stuttgart.de/partizipation/weilimdorf/#/"); console.log("start02") } function historyMap(){ var stateObj = {info: "map01"}; - history.pushState(stateObj, "neuerChronikEintrag", "http://localhost:8083/"); + history.pushState(stateObj, "neuerChronikEintrag", "https://transfer.hft-stuttgart.de/partizipation/weilimdorf/#/"); console.log("map01") } // function menu3(){