| 10207 | //******************** | 10207 | //******************** |
| 10208 | //***Message Editor*** | 10208 | //***Message Editor*** |
| 10209 | $(document).on('click', '.mes_edit', async function () { | 10209 | $(document).on('click', '.mes_edit', async function () { |
| | 10210 | if (is_delete_mode) { |
| | 10211 | return; |
| | 10212 | } |
| 10210 | if (this_chid !== undefined || selected_group || name2 === neutralCharacterName) { | 10213 | if (this_chid !== undefined || selected_group || name2 === neutralCharacterName) { |
| 10211 | // Previously system messages we're allowed to be edited | 10214 | // Previously system messages we're allowed to be edited |
| 10212 | /*const message = $(this).closest(".mes"); | 10215 | /*const message = $(this).closest(".mes"); |