mirror of
https://github.com/Doctorado-ML/beflask.git
synced 2025-08-17 16:15:51 +00:00
Fix double click to report
This commit is contained in:
@@ -32,7 +32,7 @@ $(document).ready(function () {
|
||||
});
|
||||
// Show file with doubleclick
|
||||
$("#file-table tbody").on("dblclick", "tr", function () {
|
||||
showFile($(this).attr("id"));
|
||||
location.href="/results/report/"+ $(this).attr("id");
|
||||
});
|
||||
$(document).ajaxStart(function () {
|
||||
$("body").addClass("ajaxLoading");
|
||||
|
Reference in New Issue
Block a user