From 32db11062175d41547713d5df21b6bbb0be5cdf2 Mon Sep 17 00:00:00 2001 From: Patrick Date: Wed, 9 Dec 2020 11:46:39 +0100 Subject: [PATCH] final update History function --- vcm/templates/history.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/vcm/templates/history.js b/vcm/templates/history.js index 7fce7498d..d8de779e6 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(){ -- GitLab