提交 bc9ae609 编写于 作者: K Kohsuke Kawaguchi

need to send in the query parameters as well

上级 f3701da9
......@@ -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();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册