Implement #181
This commit is contained in:
parent
770f252105
commit
4ce0ac646a
3 changed files with 24 additions and 17 deletions
|
|
@ -95,7 +95,9 @@ var USEROPTS = {
|
|||
joinmessage : getOrDefault("joinmessage", true),
|
||||
qbtn_hide : getOrDefault("qbtn_hide", false),
|
||||
qbtn_idontlikechange : getOrDefault("qbtn_idontlikechange", false),
|
||||
first_visit : getOrDefault("first_visit", true)
|
||||
first_visit : getOrDefault("first_visit", true),
|
||||
ignore_channelcss : getOrDefault("ignore_channelcss", false),
|
||||
ignore_channeljs : getOrDefault("ignore_channeljs", false)
|
||||
};
|
||||
|
||||
var Rank = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue