Revert author-facet title to "Authors", not "Author"
authorMike Taylor <mike@indexdata.com>
Fri, 4 Apr 2014 15:17:49 +0000 (16:17 +0100)
committerMike Taylor <mike@indexdata.com>
Fri, 4 Apr 2014 15:17:49 +0000 (16:17 +0100)
Makes the Jasmine-test work again.

src/mkws-widget-termlists.js

index 9f98568..ef89ad8 100644 (file)
@@ -5,7 +5,7 @@ mkws.registerWidgetType('Termlists', function() {
     var facetConfig = {
        xtargets: [ "Sources",  16, false ],
        subject:  [ "Subjects", 10, true ],
-       author:   [ "Author",   10, true ]
+       author:   [ "Authors",  10, true ]
     }
 
     this.team.queue("termlists").subscribe(function(data) {