remove tooltip from name in portal list

since the vast culling of data by niantic, there's no longer space issues, and the tooltip causes a bug
fix #757
This commit is contained in:
Jon Atkins 2014-07-02 03:03:44 +01:00
parent a06a28de7b
commit 19b504ef16

View File

@ -2,7 +2,7 @@
// @id iitc-plugin-portals-list@teo96 // @id iitc-plugin-portals-list@teo96
// @name IITC plugin: show list of portals // @name IITC plugin: show list of portals
// @category Info // @category Info
// @version 0.1.1.@@DATETIMEVERSION@@ // @version 0.1.2.@@DATETIMEVERSION@@
// @namespace https://github.com/jonatkins/ingress-intel-total-conversion // @namespace https://github.com/jonatkins/ingress-intel-total-conversion
// @updateURL @@UPDATEURL@@ // @updateURL @@UPDATEURL@@
// @downloadURL @@DOWNLOADURL@@ // @downloadURL @@DOWNLOADURL@@
@ -247,7 +247,7 @@ window.plugin.portalslist.getPortalLink = function(portal,guid) {
//Use Jquery to create the link, which escape characters in TITLE and ADDRESS of portal //Use Jquery to create the link, which escape characters in TITLE and ADDRESS of portal
var a = $('<a>',{ var a = $('<a>',{
text: portal.name, text: portal.name,
title: portal.name, // title: portal.name,
href: perma, href: perma,
onClick: jsSingleClick, onClick: jsSingleClick,
onDblClick: jsDoubleClick onDblClick: jsDoubleClick