mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 18:29:40 +02:00
commit
85ce899bf2
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ var SearchRow = {
|
||||||
$('#searchtable').append(row);
|
$('#searchtable').append(row);
|
||||||
rowCount++;
|
rowCount++;
|
||||||
|
|
||||||
$(cells[3]).on('click', function(){if(rowCount > 1) { this.parentNode.remove(); rowCount--; }});
|
$(cells[3]).on('click', function(){if(rowCount > 1) { $(this).parent().remove(); rowCount--; }});
|
||||||
|
|
||||||
rowIter++;
|
rowIter++;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue