* adjust for webhook and message page.

This commit is contained in:
wangyidong
2018-04-24 11:13:01 +08:00
parent 6a3b7a11ee
commit 6be5af956c
12 changed files with 280 additions and 255 deletions

View File

@@ -28,7 +28,7 @@ $(function()
}
else
{
$(this).parents('tr').find('input[type=checkbox]').removeAttr('checked');
$(this).parents('tr').find('input[type=checkbox][disabled!=disabled]').removeAttr('checked');
}
});