We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c055615 commit 15adf98Copy full SHA for 15adf98
1 file changed
wfes-base.user.js
@@ -47,7 +47,7 @@
47
window.dispatchEvent(new Event("WFESReviewDecisionSent"));
48
break;
49
case PREFIX + 'skip':
50
- json = JSON.parse(daten);
+ json = JSON.parse(daten);
51
candidate = window.wfes.review.sessionHist[json.id];
52
window.wfes.review.decision.candidate = candidate;
53
json.skipped = true;
0 commit comments