From: Mike Taylor Date: Tue, 1 Apr 2014 11:19:39 +0000 (+0100) Subject: Team does not subscribe to "ready" event (but "Records" widget does) X-Git-Tag: 1.0.0~1117 X-Git-Url: http://sru.miketaylor.org.uk/cgi-bin?a=commitdiff_plain;h=a7b1528e76224260ac04c4463aeef1c5533a1845;p=mkws-moved-to-github.git Team does not subscribe to "ready" event (but "Records" widget does) --- diff --git a/src/mkws-team.js b/src/mkws-team.js index 8052eb9..b65e0ef 100644 --- a/src/mkws-team.js +++ b/src/mkws-team.js @@ -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");