diff --git a/module/execution/js/task.ui.js b/module/execution/js/task.ui.js index 9c112ea6cf..42564a7a8d 100644 --- a/module/execution/js/task.ui.js +++ b/module/execution/js/task.ui.js @@ -36,7 +36,7 @@ $(document).off('click','.batch-btn').on('click', '.batch-btn', function() */ window.setStatistics = function(element, checkedIDList) { - if(typeof element != 'undefined') return; + if(typeof element == 'undefined') return; let totalLeft = 0; let totalEstimate = 0;