From 57d4699fd36b19ffbb49d8aa30168031912e7c54 Mon Sep 17 00:00:00 2001 From: nuclearace Date: Sat, 7 Dec 2013 18:30:34 -0500 Subject: [PATCH] fix typo fix typo --- www/assets/js/util.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/assets/js/util.js b/www/assets/js/util.js index 6c8aef73..d91b83e8 100644 --- a/www/assets/js/util.js +++ b/www/assets/js/util.js @@ -1010,7 +1010,7 @@ function handleModPermissions() { $("#opt_externaljs").val(CHANNEL.opts.externaljs); $("#opt_externaljs").attr("disabled", CLIENT.rank < 3); $("#opt_chat_antiflood").prop("checked", CHANNEL.opts.chat_antiflood); - if ("chat_antiflood_parans" in CHANNEL.opts) { + if ("chat_antiflood_params" in CHANNEL.opts) { $("#opt_chat_antiflood_burst").val(CHANNEL.opts.chat_antiflood_params.burst); $("#opt_chat_antiflood_sustained").val(CHANNEL.opts.chat_antiflood_params.sustained); }