mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-10-02 01:45:38 +08:00
Fix DeepScan error
This commit is contained in:
parent
45a09e5a3c
commit
8b10cde6b4
1 changed files with 0 additions and 1 deletions
|
@ -240,7 +240,6 @@ function applyTaskStatusChangeCallBack() {
|
|||
$('.task-flows').on('click', '#dropdownTaskFlowList > li[data-state-id]', function() {
|
||||
var list = $('#dropdownTaskFlowList');
|
||||
var item = $(this);
|
||||
var container = list.closest('.task-flows');
|
||||
animateSpinner();
|
||||
$.ajax({
|
||||
url: list.data('link-url'),
|
||||
|
|
Loading…
Add table
Reference in a new issue