Skip to content

Commit

Permalink
Ticket page search bar
Browse files Browse the repository at this point in the history
  • Loading branch information
arc12012 committed Apr 21, 2017
1 parent 08d3858 commit b9d4c85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WebContent/html/webpages/administration/adminApprove.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ String ticketStr = Ticket.arrayToString(tickets);
var searchbar = document.getElementsByName('searchBar');
searchbar[0].onkeyup = refresh;
function refresh() {
populateTickets(fuzzyFilter(ticks));
populateTickets(fuzzyFilter(JSON.parse(window.json)));
//adds event listeners to all table records
$("tr.entry").click(ticketAction);
}
Expand Down

0 comments on commit b9d4c85

Please sign in to comment.