diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-04-26 12:20:05 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-04-26 12:20:05 +0200 |
commit | bf0e148c3cac2b42e16d4eacdee638dc81392b9b (patch) | |
tree | d0ed5c31fb0c3a35f299db1e14c392d98649c450 /bugzillaComments.js | |
parent | 6eef226036171d9cad65a1058a56d9e5250d820b (diff) | |
download | bugzilla-triage-bf0e148c3cac2b42e16d4eacdee638dc81392b9b.tar.gz |
Two attempts to make it at least a little bit compliant with Eclipse/WTP
Diffstat (limited to 'bugzillaComments.js')
-rw-r--r-- | bugzillaComments.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bugzillaComments.js b/bugzillaComments.js index 24b6864..6ae3e81 100644 --- a/bugzillaComments.js +++ b/bugzillaComments.js @@ -142,7 +142,7 @@ BaseBugzilla.prototype = { " <label for='comment_action'>Add Comment: </label>" + " <select id='comment_action'>" + " <option value=''>-- Select Comment from List --</option>" + - "</div>", this.doc) + "</div>", this.doc); $("#comments", this.doc).append(ca); let select = $("#comment_action", this.doc); @@ -325,7 +325,7 @@ RedhatBugzilla.prototype = { //////////////////////////////////////////////////////////////// const bzMap = { "https://bugzilla.mozilla.org/show_bug.cgi": MozillaBugzilla, - "https://bugzilla.redhat.com/show_bug.cgi": RedhatBugzilla, + "https://bugzilla.redhat.com/show_bug.cgi": RedhatBugzilla }; function figureOutBugzilla(doc) { |