From: Mike Taylor Date: Wed, 23 Apr 2014 14:31:13 +0000 (+0100) Subject: Simplify X-Git-Tag: 1.0.0~881 X-Git-Url: http://git.indexdata.com/?a=commitdiff_plain;ds=sidebyside;h=ddb4928776153d8169591519d08df6d33158ff97;p=mkws-moved-to-github.git Simplify --- diff --git a/src/mkws-team.js b/src/mkws-team.js index 72d2d96..b3cb0c4 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -260,7 +260,6 @@ function team($, teamName) { resetPage(); queue("navi").publish(); - var pp2filter = ""; var pp2limit = limit || ""; // Continue to use previous query/sort-order unless new ones are specified @@ -277,7 +276,7 @@ function team($, teamName) { m_filterSet.add(filter(id, id)); } - pp2filter = m_filterSet.pp2filter(); + var pp2filter = m_filterSet.pp2filter(); for (var i in m_filterSet.list()) { var filter = m_filterSet.list()[i]; if (!filter.id) {