diff options
author | Matěj Cepl <mcepl@redhat.com> | 2011-03-02 23:07:53 +0100 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2011-03-03 00:41:11 +0100 |
commit | 93bd458f3f60b47ccb4f1d1d0f2688b267eab55f (patch) | |
tree | c4d6e0a4d9836b5a1edfb580d4c6113be93a21ff /data/lib/logging-front.js | |
parent | 5d61ae1855a017eadee8018f9c7345ef11478868 (diff) | |
download | bugzilla-triage-93bd458f3f60b47ccb4f1d1d0f2688b267eab55f.tar.gz |
Make script working with Mozilla bugzilla.
* Store all functions in an array and store just indexes in the SELECT
* add pageMod options for other bugzillas
Diffstat (limited to 'data/lib/logging-front.js')
-rw-r--r-- | data/lib/logging-front.js | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/data/lib/logging-front.js b/data/lib/logging-front.js index b3a175d..f6b3546 100644 --- a/data/lib/logging-front.js +++ b/data/lib/logging-front.js @@ -82,4 +82,6 @@ function setUpLogging () { */ } -setUpLogging(); +if (window.location.hostname == "bugzilla.redhat.com") { + setUpLogging(); +} |