mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2025-06-16 19:35:24 +02:00
Refocus message box after posting message
This commit is contained in:
@ -763,6 +763,7 @@
|
|||||||
});
|
});
|
||||||
funct.always(function() {
|
funct.always(function() {
|
||||||
$("#messagebox").attr('readonly', false);
|
$("#messagebox").attr('readonly', false);
|
||||||
|
$("#messagebox").focus();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Reference in New Issue
Block a user