Skip to content

Commit

Permalink
Remove obsolete filter
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-dolkens committed Jun 7, 2019
1 parent 9c09ed5 commit 8b7efcf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/web_resources/HangarXPLOR.ProcessPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ var HangarXPLOR = HangarXPLOR || {};
// Pre-process all the items in a document, then load the next page, or render the UI
HangarXPLOR.ProcessPage = function($page, pageNo)
{
var $lists = $('.list-items', $page);

var $items = $('.list-items > li', $page);

$items.each(HangarXPLOR.ProcessItem);
Expand Down

0 comments on commit 8b7efcf

Please sign in to comment.