Merge pull request #1436 from placeAtlas/cleanup

Cleanup sync
This commit is contained in:
Stefano 2023-05-01 22:24:49 +02:00 committed by GitHub
commit ffb54d415d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 360 additions and 248 deletions

View file

@ -12344,3 +12344,70 @@ zznclm
12up605
12v0ewc
12veq5m
12wk3mw
12wk0wx
12wj8oj
12wj6dl
12wlu28
12wl1e4
12wqx75
12wqvpw
12wqprs
12wq689
12wq5od
12wq3z8
12wpx0f
12wrg25
12wrbuu
12y11i9
12y10ao
12y0vum
12xz8ai
12y18f2
12y1e1j
12y5fak
12y761a
12y7429
12y6so8
12y6owa
12ygujt
12z07ea
12yz7ek
12z4p6k
131gloz
131g8zo
131fpal
131gwrl
132hifk
131rbhv
1336b2e
133zopt
133zo6r
133zngf
133zmnj
133zm6j
133zlbz
133zk92
133zjf6
133zi43
133zgpb
133zflh
133zeu0
133ze2x
133zdi4
133zcyf
133zcf9
133zbr1
133zb2e
133z9tp
133z8co
133z64x
133z4ts
133ymxk
133zvo8
133zuhk
133zsox
1340u5j
13416je
1343dm5
134tfbb

View file

@ -595,10 +595,10 @@ function initDraw() {
const inputField = baseInputField.cloneNode()
inputField.id = "subredditField" + index
inputField.placeholder = "r/example"
inputField.pattern = "^r\/[A-Za-z0-9][A-Za-z0-9_]{1,20}$"
inputField.pattern = "^r\/[A-Za-z0-9][A-Za-z0-9_]{1,50}$"
inputField.title = "Subreddit in format of r/example"
inputField.minLength = "4"
inputField.maxLength = "22"
inputField.maxLength = "50"
inputField.setAttribute("aria-labelledby", "subredditLabel")
inputField.setAttribute("aria-describedby", "subredditField" + index + "-addon")
if (link) {

File diff suppressed because one or more lines are too long