From f43e46c7163d1f145138f141655ac8959f9cb963 Mon Sep 17 00:00:00 2001 From: calzoneman Date: Fri, 19 Jun 2015 14:49:49 -0400 Subject: [PATCH] Fix loading no_emotes setting --- www/js/data.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/www/js/data.js b/www/js/data.js index f3fa0945..f4659e7e 100644 --- a/www/js/data.js +++ b/www/js/data.js @@ -116,7 +116,8 @@ var USEROPTS = { boop : getOrDefault("boop", "never"), secure_connection : getOrDefault("secure_connection", 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 */