Match count update for import too
This commit is contained in:
@@ -43,6 +43,8 @@
|
||||
}
|
||||
if (result.Action != undefined && result.Action != null) {
|
||||
$('.match-status', $row).append(" " + result.Action);
|
||||
var $action = $("a[matchcount]", $row);
|
||||
matchCountFunc.apply($action);
|
||||
}
|
||||
|
||||
submitNext();
|
||||
|
||||
Reference in New Issue
Block a user