Commit 69878c1b authored by nanahira's avatar nanahira

try

parent dcbafb2a
......@@ -103,8 +103,7 @@ function clearreplays() {
}
function packreplays() {
var ar = $("<a href='"+$("#http").val() + "://" + $("#ip").val() + ":" + $("#port").val() + "/api/archive.zip?pass="+$("#password").val()+"' download><span class='glyphicon glyphicon-download-alt'></span></a>");
ar.click();
window.open($("#http").val() + "://" + $("#ip").val() + ":" + $("#port").val() + "/api/archive.zip?pass="+$("#password").val());
}
function clearreplays_success() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment