The mkws_service_proxy_auth() method was private to the team object,
authorMike Taylor <mike@indexdata.com>
Fri, 24 Jan 2014 09:14:15 +0000 (09:14 +0000)
committerMike Taylor <mike@indexdata.com>
Fri, 24 Jan 2014 09:14:15 +0000 (09:14 +0000)
commit8ad2b96c6179a9886f0f3b710749d68e6f3c6bd6
tree0bdc09674d36e6e3da9878112b3cfe5c7f030197
parent81cf6edc4df5d98db956d4608c274852f3fb56e4
The mkws_service_proxy_auth() method was private to the team object,
but that's nosense as it has to be called only once even when there
are multiple teams. So it's now changed to be a member of the global
object, mkws.service_proxy_auth(), and is invoked only after all teams
have been created.
tools/htdocs/mkws.js