This commit is contained in:
Holger Trampe 2020-06-08 21:11:07 +02:00
parent 1b22cbd87a
commit 9f7c598d16
2 changed files with 1 additions and 1 deletions

1
.cred
View File

@ -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/

View File

@ -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)){