fpeters is not alone

This commit is contained in:
Thomas NOËL 2020-02-07 01:41:04 +01:00
parent 0866013b1a
commit 49f54a69ce
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ $(function() {
});
var marks = ($('#history').text().match(/wtf/i) || []).length;
if (marks && $('#history').html().match(/users\/7/)) {
if (marks && $('#history').html().match(/users\/(7|20)/)) {
var url = "https://perso.entrouvert.org/~fred/review/?";
for (i=0; i<marks; i++) {
url += Math.floor(Math.random() * 7) + 1;