Merge pull request #926 from nexushoratio/portals-list

Add [t] as an access key for Portals List.
This commit is contained in:
fkloft 2015-01-24 22:08:39 +01:00
commit dd54dcf775

View File

@ -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>")