Skip to content

Commit 1f2a4df

Browse files
author
Madekuji
authored
Merge pull request #5 from Madekuji/develop
bugfix for letter W in coco's chat textarea
2 parents 1b45ed0 + 6d36f61 commit 1f2a4df

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
t:":_ttt:",
9090
u:":_uuu:",
9191
v:":_vvv:",
92-
w:":_www:",
92+
w:":_wowow:",
9393
x:":_xxx:",
9494
y:":_yyy:",
9595
z:":_zzz:"
@@ -145,7 +145,7 @@
145145
t:'<img src="img/t.png" align="top" alt=":_ttt:">',
146146
u:'<img src="img/u.png" align="top" alt=":_uuu:">',
147147
v:'<img src="img/v.png" align="top" alt=":_vvv:">',
148-
w:'<img src="img/w.png" align="top" alt=":_www:">',
148+
w:'<img src="img/w.png" align="top" alt=":_wowow:">',
149149
x:'<img src="img/x.png" align="top" alt=":_xxx:">',
150150
y:'<img src="img/y.png" align="top" alt=":_yyy:">',
151151
z:'<img src="img/z.png" align="top" alt=":_zzz:">'

0 commit comments

Comments
 (0)