diff options
author | Matěj Cepl <mcepl@redhat.com> | 2012-04-11 02:41:20 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2012-04-11 02:45:19 +0200 |
commit | dd0b43442c1642eb6db6fb6a7711eefe7a1119ef (patch) | |
tree | c73ca419ea329ee2fb2e87faf2872a938de90849 /data/lib/bzpage.js | |
parent | ba9bd8b38bb04421dbc4fa045b02a6f320d817d6 (diff) | |
download | bugzilla-triage-dd0b43442c1642eb6db6fb6a7711eefe7a1119ef.tar.gz |
Make the script bugs.eclipse.org compatible.
Closes #120
Diffstat (limited to 'data/lib/bzpage.js')
-rw-r--r-- | data/lib/bzpage.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/lib/bzpage.js b/data/lib/bzpage.js index 8d7606f..e44f3f4 100644 --- a/data/lib/bzpage.js +++ b/data/lib/bzpage.js @@ -408,7 +408,7 @@ function startup() { self.postMessage(new Message("GetInstalledPackages", { location: window.location.href, - login: getLogin() + login: getLogin(), })); } } |