mirror of
https://github.com/friendica/friendica
synced 2025-04-19 10:30:10 +00:00
Merge branch 'friendika-master'
This commit is contained in:
commit
ea978af9c1
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