Last part of MKWS-322 (Use "facets" widget in place of "termlists")
[mkws-moved-to-github.git] / src / mkws-widget-facets.js
index 575a655..478bf0a 100644 (file)
@@ -1,5 +1,5 @@
-mkws.registerWidgetType('termlists', function() {
-  // Initially hide the termlists; display when we get results
+mkws.registerWidgetType('facets', function() {
+  // Initially hide the facets; display when we get results
   var that = this;
   var team = this.team;
   team.queue("facets").subscribe(function(data) {