Commit 75d072a0 by Kang Donghun

コード整理

parent 26ed3908
......@@ -333,7 +333,7 @@ $(function() {
$('#chat_add_user .search_form .cancel').click(function() {
CHAT.globalSelectedUserList.forEach(function(userId) {
if ($('#checkbox' + userId).prop('checked')) {
if ($('.checkbox' + userId).prop('checked')) {
$('.checkbox' + userId).prop("checked", false).trigger("change");
} else {
$('.checkbox' + userId).prop("checked", true).trigger("change");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment