Add [t] as an access key for Portals List.

This commit is contained in:
Mike Castle
2015-01-10 17:04:56 -08:00
parent 249f78859c
commit bc37dc78cb

View File

@ -385,7 +385,7 @@ var setup = function() {
android.addPane("plugin-portalslist", "Portals list", "ic_action_paste");
addHook("paneChanged", window.plugin.portalslist.onPaneChanged);
} 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>")