Remove facetConfig, which is no longer needed here.
authorMike Taylor <mike@indexdata.com>
Mon, 7 Apr 2014 15:56:14 +0000 (16:56 +0100)
committerMike Taylor <mike@indexdata.com>
Mon, 7 Apr 2014 15:56:14 +0000 (16:56 +0100)
src/mkws-team.js

index 70b3558..a5a2d03 100644 (file)
@@ -427,13 +427,6 @@ function team($, teamName) {
   </tr>\
 </table>');
 
-       // 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('<div class="title">' + M('Termlists') + '</div>');