Mobilversion:

Der Zurückbutton bei der Statistik funktioniert wieder.
This commit is contained in:
Lyndon
2019-09-05 19:29:33 +02:00
parent 31d8b96e13
commit 1e5579a338

View File

@@ -841,4 +841,8 @@ $(window).resize(function () {
$(document).ready(function() {
$("#colorRibbon").css("background-color", "#c80000");
});
});
function goBackToZeiterfassung() {
window.location.href = redirectLink;
}