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

Merge pull request #1085 from Bidules079/develop

Update search.js
This commit is contained in:
Afterster 2016-01-09 09:37:44 +01:00
commit 85ce899bf2

View file

@ -71,7 +71,7 @@ var SearchRow = {
$('#searchtable').append(row);
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++;
},