Skip to content

Commit 1ec06bd

Browse files
committed
Update _curator_script.html.erb
1 parent 4441a09 commit 1ec06bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/views/checks/_curator_script.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
dt.addClass("check-" + data["do"]);
1313
var mcp = $('#manual-curation-percent');
1414
if (mcp.length) {
15-
var unchecked = $('#curator-checklist .check-skip').length;
15+
var unchecked = $('.curator-checklist .check-skip').length;
1616
var total = mcp.data("total");
1717
var perc = Math.round(100 * (total - unchecked) / total);
1818
var mcb = $('#manual-curation-progressbar');

0 commit comments

Comments
 (0)