diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-07-17 09:04:48 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-07-17 09:13:52 +0200 |
commit | 34ae7055a0f01306be67dc00030af93190deca55 (patch) | |
tree | bec978682872324e92aa7ffdcdcab32e99113a49 /lib/util.js | |
parent | 90ae10b0d1181cedb1c31a20e2194a59896223fd (diff) | |
download | bugzilla-triage-34ae7055a0f01306be67dc00030af93190deca55.tar.gz |
Make XMLRPC service independent of a bugzilla instance.
- activates password dialog only for bugzillas which actually need it
- XML-RPC URL is stored in data/XMLRPCdata.json
Fixes #23
Diffstat (limited to 'lib/util.js')
-rw-r--r-- | lib/util.js | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/util.js b/lib/util.js index e3676ca..02e95bb 100644 --- a/lib/util.js +++ b/lib/util.js @@ -4,8 +4,6 @@ // http://www.opensource.org/licenses/mit-license.php "use strict"; // ============================================================== -var xhrMod = require("xhr"); -var urlMod = require("url"); var {Cc,Ci} = require("chrome"); /** |