We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 66e2cc8 + 50c5379 commit cd57d9eCopy full SHA for cd57d9e
profile/achievements.json
@@ -27,9 +27,6 @@
27
"ACHIEVEMENT_POINTS": {
28
"selector": ".achievement__point"
29
},
30
- "NO_RESULTS_FOUND": {
31
- "selector": ".parts__zero"
32
- },
33
"ACTIVITY_DESCRIPTION": {
34
"selector": ".entry__activity__txt"
35
}
@@ -41,5 +38,8 @@
41
38
"LIST_NEXT_BUTTON": {
42
39
"selector": "ul.btn__pager:nth-child(2) > li:nth-child(4) > a:nth-child(1)",
43
40
"attribute": "href"
+ },
+ "NO_RESULTS_FOUND": {
+ "selector": ".parts__zero"
44
45
-}
+}
0 commit comments