Bugs 091
This commit is contained in:
parent
1b22cbd87a
commit
9f7c598d16
1
.cred
1
.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/
|
||||
|
|
|
|||
|
|
@ -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)){
|
||||
|
|
|
|||
Loading…
Reference in New Issue