Merge pull request #926 from nexushoratio/portals-list
Add [t] as an access key for Portals List.
This commit is contained in:
commit
dd54dcf775
@ -394,7 +394,7 @@ var setup = function() {
|
|||||||
android.addPane("plugin-portalslist", "Portals list", "ic_action_paste");
|
android.addPane("plugin-portalslist", "Portals list", "ic_action_paste");
|
||||||
addHook("paneChanged", window.plugin.portalslist.onPaneChanged);
|
addHook("paneChanged", window.plugin.portalslist.onPaneChanged);
|
||||||
} else {
|
} else {
|
||||||
$('#toolbox').append(' <a onclick="window.plugin.portalslist.displayPL()" title="Display a list of portals in the current view">Portals list</a>');
|
$('#toolbox').append('<a onclick="window.plugin.portalslist.displayPL()" title="Display a list of portals in the current view [t]" accesskey="t">Portals list</a>');
|
||||||
}
|
}
|
||||||
|
|
||||||
$("<style>")
|
$("<style>")
|
||||||
|
Loading…
x
Reference in New Issue
Block a user