Skip to content

Commit

Permalink
collapseAllThreadStackTrace takes only one parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
CodingCat committed Nov 3, 2015
1 parent 8bfb4bc commit 6106c7f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ function onMouseOverAndOut(threadId) {
function onSearchStringChange() {
var searchString = $('#search').val().toLowerCase();
//remove the stacktrace
collapseAllThreadStackTrace(false, false)
collapseAllThreadStackTrace(false)
if (searchString.length == 0) {
$('tr').each(function() {
$(this).removeClass('hidden')
Expand Down

0 comments on commit 6106c7f

Please sign in to comment.