Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fdsc/fdsc.meta.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// @contributor J F
// @contributor Glorfindel
// @attribution Brock Adams (https://github.com/BrockA)
// @version 1.20.5
// @version 1.20.6
// @updateURL https://raw.githubusercontent.com/Charcoal-SE/Userscripts/master/fdsc/fdsc.meta.js
// @downloadURL https://raw.githubusercontent.com/Charcoal-SE/Userscripts/master/fdsc/fdsc.user.js
// @supportURL https://github.com/Charcoal-SE/Userscripts/issues
Expand Down
4 changes: 2 additions & 2 deletions fdsc/fdsc.user.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
// @contributor J F
// @contributor Glorfindel
// @attribution Brock Adams (https://github.com/BrockA)
// @version 1.20.5
// @version 1.20.6
// @updateURL https://raw.githubusercontent.com/Charcoal-SE/Userscripts/master/fdsc/fdsc.meta.js
// @downloadURL https://raw.githubusercontent.com/Charcoal-SE/Userscripts/master/fdsc/fdsc.user.js
// @supportURL https://github.com/Charcoal-SE/Userscripts/issues
Expand Down Expand Up @@ -380,7 +380,7 @@

// Don't add naa if the dialog opened for a question
if (isAnswer) {
status += "<span class='fc-orange-400'>" + naa + " naa</span>, ";
status += "<span class='fc-bronze-400'>" + naa + " naa</span>, ";
}

status += fdsc.autoflagged + "</strong>";
Expand Down