Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[FIXED JENKINS-13238] Loading All Build History Fails
  • Loading branch information
ssogabe committed Mar 31, 2012
1 parent ea1b80a commit a45ecf4
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 a45ecf4

Please sign in to comment.