Merge pull request #1413 from placeAtlas/cleanup

Cleanup sync
This commit is contained in:
Stefano 2023-01-08 19:27:50 +01:00 committed by GitHub
commit 471e567272
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 887 additions and 558 deletions

View file

@ -11347,3 +11347,181 @@ zznefv
zznd9g
zznclm
1001cdd
1003wry
1003v4y
1003twj
1003l6s
1003iyb
10038y3
1003891
1002uno
1008nin
1008n0h
1008mbo
1008lax
1008kl2
1008jrh
1008i1h
1008g8w
1008cd5
1008asd
10087se
10086po
1007prf
1007mpq
1007lck
1007kig
1007je4
1007ac5
1008ppf
1008tn0
100dk7a
100qo34
100rv9d
100rtfv
100rs0i
100rikk
100qye9
10168d1
10167a5
10166li
10164ke
1016e2r
1016d0a
1016bqn
1016asp
10169zy
101ow7a
101osnq
101orgv
101ookp
101ofxt
101ocx6
101nxet
101ppjw
101pkfj
101pak3
101p8np
101p5tj
101p0bp
101qv51
101qn1f
101sdoj
101sboq
101sadd
101s946
101s82m
101t0gw
101sv2b
101tfjm
101ufkx
101uelf
101ue47
101udn6
101ud3i
101uc8q
101ubvu
101ub8q
101ua10
101u752
101y4x1
101xx7c
101xomu
101xnjp
101zzsx
101zk1i
101zj4b
101zdnm
101z434
1029vej
102gb00
102g4om
102ux3t
102ty24
102twu1
102tw5h
102tvkb
102tmg2
102v6kz
102v5aq
102wmop
102wk6l
102vvwt
102vj80
102wxla
102wup4
102x0sa
103e2yb
103dz42
103dtuq
103fscu
103fono
103fnkp
103fmjs
103ghn1
103gdpg
103gbnx
103g9ni
103g8zy
103g72b
103h4px
103hiq9
103khxb
103kgbq
103keve
103kdvv
103k6ud
103k53c
103k3ba
103k1ht
103jxw9
103lcqb
103l380
103l0qt
103omi9
103plp2
103pgo3
103pdmw
103pc6b
103p2tf
103ozce
103rb1t
103r7rm
103r2b9
103r0vp
103r09j
103qz3f
103qyfo
103qxg6
103qfbr
103qcjc
104jz08
104jxq5
104h30v
10474sh
10472c9
104l2mx
104kt2g
104kran
104kdap
104kae7
104k94v
104lmek
104m7xm
104md5y
105bmlg
105bke8
105bgvs
105bd9x
105b31c
105avz8
105asrp
105aqpf
105adjl
105c1xw
105bvup
105coic
105g9yu
105g3hd
105grfe
105hbo1

View file

@ -569,8 +569,8 @@ function initDraw() {
inputField.className = "form-control"
inputField.id = "subredditField" + index
inputField.placeholder = "r/example"
inputField.pattern = "^r\/[A-Za-z0-9][A-Za-z0-9_]{2,20}$"
inputField.title = "Subbredit in format of r/example"
inputField.pattern = "^r\/[A-Za-z0-9][A-Za-z0-9_]{1,20}$"
inputField.title = "Subreddit in format of r/example"
inputField.minLength = "4"
inputField.maxLength = "23"
inputField.spellcheck = false

File diff suppressed because one or more lines are too long