mirror of
https://bitbucket.org/jsuto/piler.git
synced 2024-11-08 02:31:58 +01:00
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:
parent
3a6d99e7bd
commit
8afbd8f56d
@ -1001,6 +1001,8 @@ var Piler =
|
|||||||
{
|
{
|
||||||
Piler.log("[add_shortcuts]");
|
Piler.log("[add_shortcuts]");
|
||||||
|
|
||||||
|
$("#button_search").click();
|
||||||
|
|
||||||
$(document).keypress(function(e){
|
$(document).keypress(function(e){
|
||||||
if(e.which == 13){
|
if(e.which == 13){
|
||||||
$("#button_search").click();
|
$("#button_search").click();
|
||||||
|
Loading…
Reference in New Issue
Block a user