diff options
| author | Zaran <zaran.krleza@gmail.com> | 2011-01-29 23:59:55 +0100 |
|---|---|---|
| committer | Zaran <zaran.krleza@gmail.com> | 2011-01-29 23:59:55 +0100 |
| commit | 995686b5ff272fb1fe0e78c087d6855ea93ae85e (patch) | |
| tree | 2189ec380146661973b47bbdeb598eb047443312 /webclient/lib | |
| parent | 1b5acc0c20a0f233b52a63b1f17ea0b3a7587e58 (diff) | |
| download | alias-995686b5ff272fb1fe0e78c087d6855ea93ae85e.tar.gz | |
Retrieve both the key and perm at the same time for performance reason.
Also make the key a subitem (instead of an attribute) of the result stanza.
Diffstat (limited to 'webclient/lib')
| -rw-r--r-- | webclient/lib/basic.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/webclient/lib/basic.js b/webclient/lib/basic.js index bdcf5f7..eb65ecf 100644 --- a/webclient/lib/basic.js +++ b/webclient/lib/basic.js @@ -1,5 +1,5 @@ var BOSH_SERVICE = 'http://alias.fr.nf/http-bind'; -var server_component = 'object.alias.fr.nf' +var server_component = 'object.alias.fr.nf'; var connection = null; jQuery.expr[':'].Contains = function(a,i,m){ |
