1
0
Fork 0
mirror of https://github.com/Yetangitu/ampache synced 2025-10-04 10:19:25 +02:00

Update search.js

This commit is contained in:
Bidules079 2016-01-05 14:53:23 +01:00
parent 289bc3dfb0
commit adefe7b30f

View file

@ -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++;
}, },