API function. But this makes me uneasy -- that seems like too low a
level for the widget to be operating at. I think it should be sending
its categories request via the team's existing m_paz object.
}
this.team.queue("authenticated").subscribe(function(authName, realm) {
- var req = new pzHttpRequest(that.config.pazpar2_url + "?command=categories", function(err) {
+ var req = new pzHttpRequest(mkws.pazpar2_url() + "?command=categories", function(err) {
alert("HTTP call for categories failed: " + err)
});