1
0
mirror of https://github.com/janeczku/calibre-web synced 2025-10-20 18:17:40 +00:00

Fixed several text problems from tasks

Fixed task update
This commit is contained in:
Ozzie Isaacs
2021-08-28 11:32:13 +02:00
parent 3a24561ca2
commit d4cfad6363
6 changed files with 33 additions and 23 deletions

View File

@@ -36,10 +36,10 @@ $(function() {
async: true,
timeout: 900,
success: function (data) {
$('#table').bootstrapTable("load", data);
$('#tasktable').bootstrapTable("load", data);
}
});
}, 2000);
}, 1000);
}
$("#books-table").on("check.bs.table check-all.bs.table uncheck.bs.table uncheck-all.bs.table",