mirror of
https://github.com/TitanEmbeds/Titan.git
synced 2024-11-15 02:21:21 +01:00
Refocus message box after posting message
This commit is contained in:
parent
8fbe8e95d9
commit
162baec3c0
@ -763,6 +763,7 @@
|
|||||||
});
|
});
|
||||||
funct.always(function() {
|
funct.always(function() {
|
||||||
$("#messagebox").attr('readonly', false);
|
$("#messagebox").attr('readonly', false);
|
||||||
|
$("#messagebox").focus();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
Loading…
Reference in New Issue
Block a user