diff --git a/.cred b/.cred index 1e9b8f8..ea260ec 100644 --- a/.cred +++ b/.cred @@ -1,2 +1,3 @@ https://holger.trampe:Zerogoogle123_@git.vhevents.de/ https://holger.trampe:Zerogoogle123_@git.vhevents.de/ +https://holger.trampe:Zerogoogle123_@git.vhevents.de/ diff --git a/timemanagement/templates/timemanagement/rendered_table.html b/timemanagement/templates/timemanagement/rendered_table.html index 1766c45..842dafd 100644 --- a/timemanagement/templates/timemanagement/rendered_table.html +++ b/timemanagement/templates/timemanagement/rendered_table.html @@ -655,7 +655,6 @@ $( function() { $("#timetable_team tbody tr").each(function(i) { // find the first td in the row var value = $(this).find("td:first").find("span:first").text(); - console.log(value); // display the value in console checkrow = parseInt(active_row); if(i == (checkrow)){