Compare commits

..

No commits in common. "anfangsunfug" and "master" have entirely different histories.

View File

@ -7,16 +7,9 @@ function click_handler(ziel) {
} else {
entferneKeks();
}
geheNachKeks(ziel);
return false;
}
function geheNachKeks(ziel) {
var echtesZiel = "https://im.c-base.org" + keks;
console.log("gegeNach: " + echtesZiel)
window.location.replace(echtesZiel);
}
function setzeKeks(ziel) {
console.log("setzen");
wirklichsetzeKeks(ziel, 30);
@ -38,10 +31,9 @@ function allewegefuehrennachKeks() {
var keks = getCookie("ziel");
if (keks != "") {
setzeKeks(keks);
geheNachKeks(keks)
// console.log("Do redirect here: " + keks);
console.log("Do redirect here: " + keks);
// Simulate an HTTP redirect:
//window.location.replace("https://im.c-base.org" + keks);
// window.location.replace("http://www.w3schools.com");
} else {
console.log("Ohne Keks keine Äktschn.");
}