mirror of
https://github.com/Yetangitu/ampache
synced 2025-10-04 18:29:40 +02:00
Update search.js
This commit is contained in:
parent
289bc3dfb0
commit
adefe7b30f
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,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