修改 daocloud ci 环境变量

This commit is contained in:
virusdefender 2015-08-31 22:43:03 +08:00
parent b54b0717f6
commit 26a7a279c1

View File

@ -48,7 +48,7 @@ require(["jquery", "codeMirror", "csrfToken", "bsAlert"], function ($, codeMirro
if (!data.result) { if (!data.result) {
html += "CPU time: " + data.accepted_answer_time + "ms   "; html += "CPU time: " + data.accepted_answer_time + "ms   ";
} }
html += ('<a href="/my_submission/' + submissionId + '/" target="_blank">查看详情</a></div> </div>'); html += ('<a href="/submission/' + submissionId + '/" target="_blank">查看详情</a></div> </div>');
return html; return html;
} }