SuperFlower (Talk | contribs) |
SuperFlower (Talk | contribs) |
||
Line 6: | Line 6: | ||
if ($(adate).length) { | if ($(adate).length) { | ||
− | n = $(adate | + | n = $(adate + " > ul > li").length; |
− | if (n >= | + | if (n >= 2500) c = "5"; |
− | else if (n >= | + | else if (n >= 2000) c = "4"; |
− | else if (n >= | + | else if (n >= 1500) c = "3"; |
− | else if (n >= | + | else if (n >= 1000) c = "2"; |
− | else if (n >= | + | else if (n >= 500) c = "1"; |
else c = "0"; | else c = "0"; | ||
Revision as of 12:59, 15 June 2017