moved favorite-portals and ipas-link to broken plugin folder - created dummy deleted files

fix show-linked-portals
fix portal-highlighter-portals-my-level
changed hook on portal detail display to only run when the details are loaded - fixes a few plugins
This commit is contained in:
Jon Atkins
2013-12-01 19:07:16 +00:00
parent 70030998bf
commit a77a31ac07
6 changed files with 306 additions and 281 deletions

View File

@ -31,8 +31,7 @@ window.plugin.portalHighligherPortalsMyLevel.aboveLevel = function(data) {
}
window.plugin.portalHighligherPortalsMyLevel.colorLevel = function(below,data) {
var d = data.portal.options.details;
var portal_level = Math.floor(getPortalLevel(d));
var portal_level = data.portal.options.level;
var player_level = PLAYER.level;
var opacity = .6;
if((below && portal_level <= player_level) ||