projects
/
mkws-moved-to-github.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dbed25b
)
Subscriber for "ready" event now invokes runAutoSearch.
author
Mike Taylor
<mike@indexdata.com>
Tue, 1 Apr 2014 10:06:41 +0000
(11:06 +0100)
committer
Mike Taylor
<mike@indexdata.com>
Tue, 1 Apr 2014 10:06:41 +0000
(11:06 +0100)
src/mkws-team.js
patch
|
blob
|
history
diff --git
a/src/mkws-team.js
b/src/mkws-team.js
index
adf1acf
..
5b111e5
100644
(file)
--- a/
src/mkws-team.js
+++ b/
src/mkws-team.js
@@
-102,6
+102,10
@@
function team($, teamName) {
"termlist": m_config.facets.join(',')
});
+ queue("ready").subscribe(function() {
+ log("in 'ready' consumer");
+ that.runAutoSearch();
+ });
// pz2.js event handlers:
function onInit() {