mirror of
https://github.com/friendica/friendica
synced 2025-04-22 17:50:11 +00:00
provide "return home" key
This commit is contained in:
parent
2bf99df385
commit
64628c800d
4 changed files with 11 additions and 0 deletions
|
@ -44,6 +44,11 @@
|
|||
$('#pause').html('');
|
||||
}
|
||||
}
|
||||
if(event.keyCode == '36') {
|
||||
event.preventDefault();
|
||||
if(homebase)
|
||||
document.location = homebase;
|
||||
}
|
||||
});
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue