Removed deprecated event.

This commit is contained in:
SamTV12345 2023-08-08 18:00:19 +02:00
parent 219bf8295c
commit d1fd315c86
7 changed files with 14 additions and 14 deletions

View file

@ -410,7 +410,7 @@ const pad = {
const postAceInit = () => {
padeditbar.init();
setTimeout(() => {
padeditor.ace.focus();
padeditor.ace.trigger('focus');
}, 0);
$('#options-stickychat').on('click', () => { chat.stickToScreen(); });
// if we have a cookie for always showing chat then show it