Fix loading no_emotes setting

This commit is contained in:
calzoneman 2015-06-19 14:49:49 -04:00
parent 14c25ef8c1
commit f43e46c716
1 changed files with 2 additions and 1 deletions

View File

@ -116,7 +116,8 @@ var USEROPTS = {
boop : getOrDefault("boop", "never"), boop : getOrDefault("boop", "never"),
secure_connection : getOrDefault("secure_connection", false), secure_connection : getOrDefault("secure_connection", false),
show_shadowchat : getOrDefault("show_shadowchat", false), show_shadowchat : getOrDefault("show_shadowchat", false),
emotelist_sort : getOrDefault("emotelist_sort", true) emotelist_sort : getOrDefault("emotelist_sort", true),
no_emotes : getOrDefault("no_emotes", false)
}; };
/* Backwards compatibility check */ /* Backwards compatibility check */