Forums / Cotonti / Support / smilies

Twiebie
#30293 2011-07-26 18:35

}' on line 440 and 454 should be }, in set.js

JavaScript
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
    name: "yuno",
    code: ":yuno",
    file: "yuno.gif",
    prio: 60,
    lang: smileL.yuno
},
{
    name: "DC",
    code: ".D",
    file: "DC.gif",
    prio: 60,
    lang: smileL.DC
},         
{
    name: "respect",
    code: ":respect",
    file: "respect.gif",
    prio: 60,
    lang: smileL.respect
},

And in en.lang.js and ru.lang.js you are missing a ',' at the end of line 50.

JavaScript
1
scratch_head:   "Scratch one's head",

That should work.