diff --git a/war/src/main/webapp/scripts/hudson-behavior.js b/war/src/main/webapp/scripts/hudson-behavior.js index a6a8383e8372e98b5e66688d440b073ccaf6783d..d7d8a9472c543d01fc66a2dc9f2389bf0e32d83b 100644 --- a/war/src/main/webapp/scripts/hudson-behavior.js +++ b/war/src/main/webapp/scripts/hudson-behavior.js @@ -1992,7 +1992,7 @@ var downloadService = { // try downloading the postMessage version of the data, // if we don't receive postMessage (which probably means the server isn't ready with these new datasets), // fallback to JSONP - tag.iframe = createIframe(url+".html",function() { + tag.iframe = createIframe(url+".html?id="+id+'&'+Hash.toQueryString(info),function() { window.setTimeout(function() { if (!tag.received) fallback();