Let the gui return you last 20 messages automatically when you login

Signed-off-by: Janos SUTO <sj@acts.hu>
This commit is contained in:
Janos SUTO 2021-02-04 12:34:32 +01:00
parent 3a6d99e7bd
commit 8afbd8f56d

View File

@ -1001,6 +1001,8 @@ var Piler =
{
Piler.log("[add_shortcuts]");
$("#button_search").click();
$(document).keypress(function(e){
if(e.which == 13){
$("#button_search").click();