add: achievements progress bar
This commit is contained in:
parent
5dd9fa01cb
commit
8d70f65863
4 changed files with 18 additions and 5 deletions
|
@ -1295,6 +1295,10 @@ ${option.input_element_type === "textarea" ? `${option.value}</textarea>` : ""}
|
|||
`.post${outer ? "_outer" : ""}\\:${id}`,
|
||||
),
|
||||
)) {
|
||||
if (element.getAttribute("is_repost") === true) {
|
||||
continue;
|
||||
}
|
||||
|
||||
if (idx === 0) {
|
||||
idx += 1;
|
||||
continue;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue