Skip to content

Commit

Permalink
[FIXED JENKINS-13238] Loading All Build History Fails
Browse files Browse the repository at this point in the history
(cherry picked from commit a45ecf4)
  • Loading branch information
ssogabe authored and vjuranek committed May 23, 2012
1 parent 3cb21dc commit 007cd04
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -61,7 +61,7 @@ THE SOFTWARE.
box.innerHTML = '<img src="${imagesURL}/spinner.gif" alt=""/>';

// then actually fetch the HTML
new Ajax.Request("${it.baseUrl}/buildHistory/all/",{
new Ajax.Request("${it.baseUrl}/buildHistory/all",{
method: "get",
onComplete: function(rsp,_) {
<!-- neither outerHTML nor responseXML works in Firefox 2.0 -->
Expand Down

0 comments on commit 007cd04

Please sign in to comment.