summaryrefslogtreecommitdiffstats
path: root/extensions/GuidedBugEntry
diff options
context:
space:
mode:
authorByron Jones <bjones@mozilla.com>2013-02-20 16:31:47 +0100
committerByron Jones <bjones@mozilla.com>2013-02-20 16:31:47 +0100
commit6fae33b598ebd9d731b81af489cc1b235872f089 (patch)
treedf22116307e665fe065e6b31ec1ea77d22f1dfe9 /extensions/GuidedBugEntry
parent833097e42a771e6c74ad9eb495f44c23f5f28e21 (diff)
downloadbugzilla-6fae33b598ebd9d731b81af489cc1b235872f089.tar.gz
bugzilla-6fae33b598ebd9d731b81af489cc1b235872f089.tar.xz
fix javascript errors in component search
Diffstat (limited to 'extensions/GuidedBugEntry')
-rw-r--r--extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
index e462eb601..c300533fa 100644
--- a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
+++ b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl
@@ -118,7 +118,7 @@ dupes.setLabels(
<script>
[% IF format %]
- ProdCompsearch.format = '[% format FILTER js %]';
+ ProdCompSearch.format = '[% format FILTER js %]';
[% END %]
[% IF cloned_bug_id %]
ProdCompSearch.cloned_bug_id = '[% cloned_bug_id FILTER js %]';