From: Mike Taylor Date: Mon, 7 Apr 2014 15:56:14 +0000 (+0100) Subject: Remove facetConfig, which is no longer needed here. X-Git-Tag: 1.0.0~1005 X-Git-Url: http://sru.miketaylor.org.uk/?a=commitdiff_plain;ds=sidebyside;h=f96e7cab250556606852c8bf6d6ee65d505ff77a;p=mkws-moved-to-github.git Remove facetConfig, which is no longer needed here. --- diff --git a/src/mkws-team.js b/src/mkws-team.js index 70b3558..a5a2d03 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -427,13 +427,6 @@ function team($, teamName) { \ '); - // Can't be local, as the "Facet" widget also needs to consult this. - mkws.facetConfig = { - xtargets: [ "Sources", 16, false ], - subject: [ "Subjects", 10, true ], - author: [ "Authors", 10, true ] - } - var acc = []; var facets = m_config.facets; acc.push('
' + M('Termlists') + '
');