Team does not subscribe to "ready" event (but "Records" widget does)
authorMike Taylor <mike@indexdata.com>
Tue, 1 Apr 2014 11:19:39 +0000 (12:19 +0100)
committerMike Taylor <mike@indexdata.com>
Tue, 1 Apr 2014 11:19:39 +0000 (12:19 +0100)
src/mkws-team.js

index 8052eb9..b65e0ef 100644 (file)
@@ -102,10 +102,6 @@ function team($, teamName) {
                      "termlist": m_config.facets.join(',')
                    });
 
-    queue("ready").subscribe(function() {
-       that.runAutoSearch();
-    });
-
     // pz2.js event handlers:
     function onInit() {
        log("init");