| 218 | $(`.mes[mesid="${mesId}"]`).attr('bookmark_link', name); | 218 | $(`.mes[mesid="${mesId}"]`).attr('bookmark_link', name); |
| 219 | | 219 | |
| 220 | await saveChatConditional(); | 220 | await saveChatConditional(); |
| 221 | toastr.success('Click the flag icon in the last message to open the checkpoint chat.', 'Checkpoint created', { timeOut: 10000 }); | 221 | toastr.success('Click the flag icon next to the message to open the checkpoint chat.', 'Checkpoint created', { timeOut: 10000 }); |
| 222 | } | 222 | } |
| 223 | | 223 | |
| 224 | async function backToMainChat() { | 224 | async function backToMainChat() { |