Skip to content
This repository has been archived by the owner on Aug 6, 2022. It is now read-only.

Commit

Permalink
Fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mickle00 committed Jun 19, 2013
1 parent ecc8786 commit 59f24c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion popup.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ var hideFields = function(searchText){
});
}
var showFields = function(searchText){
$('tr[id*="' + searchtext + '"]').each(function(){
$('tr[id*="' + searchText + '"]').each(function(){
$(this).show();
});
}

0 comments on commit 59f24c8

Please sign in to comment.