Skip to content

Commit

Permalink
bugfix for repeated R2 comment
Browse files Browse the repository at this point in the history
  • Loading branch information
aborel committed Nov 3, 2023
1 parent d1b1b7e commit 42fa1c7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions zenodo_greasemonkey.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
// TODO: find ideas to check criteria M3, R3 (look for patterns in the description?), N1 (if we find a comment about grant in the description), N2 (maybe a quick look at the files for the worst offenders: ._*, *.bak, ...), N6 (maybe lists based on the Fastguide)
// R5, N4 better left out of automatic checking

// TODO R2 appears twice in the feedback message???

const checkLevels = [{"short": "must", "full": "MUST (mandatory for acceptance into the collection)"}, {"short": "recommended", "full": "RECOMMENDED"}, {"short": "nth", "full": "NICE-TO-HAVE"}];

const checklistData = {
Expand Down Expand Up @@ -608,7 +606,7 @@ function addButtons() {

menu.insertBefore(frm, metadata);

let mainTitle = $("h1");
let mainTitle = $("h1#record-title");
let authorList = $('section#creatibutors');
if (authorList.length) {
addCheckElement(authorList, "M1", "after", true);
Expand Down

0 comments on commit 42fa1c7

Please sign in to comment.