diff options
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); |