From 99afec4aa840c4ff0c90b4ef69cdbfbf5d1750ba Mon Sep 17 00:00:00 2001 From: Xelio Date: Tue, 5 Mar 2013 20:34:26 +0800 Subject: [PATCH] Plugin AP List: typo --- plugins/ap-list.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/ap-list.user.js b/plugins/ap-list.user.js index d941d966..59d762b6 100644 --- a/plugins/ap-list.user.js +++ b/plugins/ap-list.user.js @@ -94,7 +94,7 @@ window.plugin.apList.getPortalApTitle = function(portal) { // portal link - single click: select portal // double click: zoom to and select portal -// hove: show address +// hover: show address window.plugin.apList.getPortalLink = function(portal) { var latlng = [portal.locationE6.latE6/1E6, portal.locationE6.lngE6/1E6]; var jsSingleClick = 'window.renderPortalDetails(\''+portal.guid+'\');return false';