mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-17 16:15:51 +00:00
Fix ranking mistakes
This commit is contained in:
@@ -112,10 +112,7 @@
|
||||
}
|
||||
if (msg.message == "Done!") {
|
||||
if ($("#excel").is(":checked")) {
|
||||
let action = "window.open('/results/download/" + msg.payload.excel +"', '_blank')";
|
||||
alert(action);
|
||||
console.log(action);
|
||||
$("#excel").attr("onclick",action);
|
||||
$("#excel_button").attr("onclick", "window.open('/results/download/" + msg.payload.excel +"', '_blank')");
|
||||
$("#excel_button").removeAttr("hidden");
|
||||
}
|
||||
if ($("#html").is(":checked")) {
|
||||
@@ -139,6 +136,7 @@
|
||||
$("#status").removeAttr("hidden");
|
||||
$("#status-alert").removeAttr("hidden");
|
||||
$(".progress").removeAttr("hidden");
|
||||
$("#submit").attr("hidden", true);
|
||||
}
|
||||
function send() {
|
||||
var data= {
|
||||
|
Reference in New Issue
Block a user