We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 991b43c commit 63d0cdfCopy full SHA for 63d0cdf
1 file changed
wfes-NominationNotify.user.js
@@ -1,7 +1,7 @@
1
// ==UserScript==
2
// @name WFES - Nomination Notify
3
// @namespace https://github.com/AlterTobi/WFES/
4
-// @version 0.3.0
+// @version 0.3.1
5
// @description show nomination status updates
6
// @author AlterTobi
7
// @match https://wayfarer.nianticlabs.com/*
@@ -197,9 +197,10 @@
197
miss = historyDict[histID];
198
if ((miss.status !== "MISSING")){
199
miss.Dates.MISSING = today;
200
+ miss.status = 'MISSING';
201
createNotification(`${miss.title} is missing`);
- missingDict[histID] = miss;
202
}
203
+ missingDict[histID] = miss;
204
205
206
return missingDict;
0 commit comments