diff options
author | Matěj Cepl <mcepl@redhat.com> | 2010-09-25 23:14:00 +0200 |
---|---|---|
committer | Matěj Cepl <mcepl@redhat.com> | 2010-09-25 23:14:00 +0200 |
commit | b1eb91d2068b2ea4b983977412821d4fa9640e4e (patch) | |
tree | 3eb3e0da57fc5b290d435353331ce8b188756b4e /lib/rhbzpage.js | |
parent | fcafe9d584797044fc24be1b3fb67da284e0cf17 (diff) | |
download | bugzilla-triage-b1eb91d2068b2ea4b983977412821d4fa9640e4e.tar.gz |
Massive reformatting to make Eclipse happy
Diffstat (limited to 'lib/rhbzpage.js')
-rw-r--r-- | lib/rhbzpage.js | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/lib/rhbzpage.js b/lib/rhbzpage.js index 9bbc81f..0c3c0e9 100644 --- a/lib/rhbzpage.js +++ b/lib/rhbzpage.js @@ -286,8 +286,9 @@ RHBugzillaPage.prototype.pasteBacktraceInComments = function() { } notedLabel.parentNode.removeChild(notedLabel); - var abrtQueryURL = "https://bugzilla.redhat.com/buglist.cgi?" - + "cmdtype=dorem&remaction=run&namedcmd=all%20NEW%20abrt%20crashes&sharer_id=74116"; + var abrtQueryURL = "https://bugzilla.redhat.com/buglist.cgi?" + + "cmdtype=dorem&remaction=run&namedcmd=all%20NEW%20abrt%20crashes&"+ + "sharer_id=74116"; var mainTitle = this.doc .getElementsByClassName("bz_alias_short_desc_container")[0]; @@ -377,7 +378,8 @@ RHBugzillaPage.prototype.addShowParsedBTLink = function addShowParsedBTLink(att) /** * Unfinished ... see above */ -RHBugzillaPage.prototype.addNewAttachmentRow = function addNewAttachmentRow(origAtt, newAttId, newAttSize) { +RHBugzillaPage.prototype.addNewAttachmentRow = function addNewAttachmentRow(origAtt, + newAttId, newAttSize) { var that = this; var oldAddBTLink = this.doc.getElementById("attachBacktraceActivator"); oldAddBTLink.parentNode.removeChild(oldAddBTLink); |