| 1966 | } | 1966 | } |
| 1967 | | 1967 | |
| 1968 | jQuery(() => { | 1968 | jQuery(() => { |
| 1969 | $(document).on('input', '#rm_group_chats_block .autoSetHeight', function () { | 1969 | if (!CSS.supports('field-sizing', 'content')) { |
| 1970 | if (!CSS.supports('field-sizing', 'content')) { | 1970 | $(document).on('input', '#rm_group_chats_block .autoSetHeight', function () { |
| 1971 | resetScrollHeight($(this)); | 1971 | resetScrollHeight($(this)); |
| 1972 | } | 1972 | }); |
| 1973 | }); | 1973 | } |
| 1974 | | 1974 | |
| 1975 | $(document).on('click', '.group_select', function () { | 1975 | $(document).on('click', '.group_select', function () { |
| 1976 | const groupId = $(this).attr('chid') || $(this).attr('grid') || $(this).data('id'); | 1976 | const groupId = $(this).attr('chid') || $(this).attr('grid') || $(this).data('id'); |