mirror of
https://github.com/friendica/friendica
synced 2024-11-09 16:22:56 +00:00
Acesskeys updated
This commit is contained in:
parent
3c84a22b32
commit
52e925559e
2 changed files with 4 additions and 1 deletions
|
@ -34,6 +34,9 @@ General
|
|||
* y - for you
|
||||
* f - followers
|
||||
* h - what's hot
|
||||
* i - Images
|
||||
* v - Videos
|
||||
* d - Audio
|
||||
|
||||
../profile
|
||||
--------
|
||||
|
|
|
@ -173,7 +173,7 @@ class Channel extends BaseModule
|
|||
'sel' => self::$content == self::AUDIO ? 'active' : '',
|
||||
'title' => $this->l10n->t('Posts with audio'),
|
||||
'id' => 'channel-audio-tab',
|
||||
'accesskey' => 'a'
|
||||
'accesskey' => 'd'
|
||||
];
|
||||
|
||||
$tab_tpl = Renderer::getMarkupTemplate('common_tabs.tpl');
|
||||
|
|
Loading…
Reference in a new issue