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:
e15240a
)
Publish 'authenticated' when using pazpar2
author
Jason Skomorowski
<jason@indexdata.com>
Fri, 16 Jan 2015 17:36:00 +0000
(12:36 -0500)
committer
Jason Skomorowski
<jason@indexdata.com>
Fri, 16 Jan 2015 17:36:00 +0000
(12:36 -0500)
src/mkws-core.js
patch
|
blob
|
history
diff --git
a/src/mkws-core.js
b/src/mkws-core.js
index
327519a
..
719e3e0
100644
(file)
--- a/
src/mkws-core.js
+++ b/
src/mkws-core.js
@@
-658,6
+658,9
@@
mkws.info("Using window.name '" + window.name + "'");
} else if (!mkws.authenticating) {
// raw pp2 or we have a session already open
runAutoSearches();
+ for (var teamName in mkws.teams) {
+ mkws.teams[teamName].queue("authenticated").publish();
+ }
}
mkws.isActive = true;