fix message selection

more-scalatags
Thibault Duplessis 2019-04-16 12:01:10 +07:00
parent 9ce4ba6514
commit 80673448bf
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
$(function() {
$root = $('main.message');
$root = $('.message-list');
$root.find('select.select').change(function() {
$root.find('input[name=threads]').prop('checked', false);
switch ($(this).val()) {