New Highlighter

New AP/Energy Highligher, reword previous names.
This commit is contained in:
vita10gy
2013-04-16 23:36:38 -05:00
parent 3cd664c25c
commit fe7d782b71
3 changed files with 120 additions and 4 deletions

View File

@ -90,10 +90,8 @@ window.plugin.portalHighligherPortalAPRelative.calculateAPLevels = function() {
});
}
var setup = function() {
window.addPortalHighlighter('Portal AP (Relative)', window.plugin.portalHighligherPortalAPRelative.highlight);
window.addPortalHighlighter('AP (Relative)', window.plugin.portalHighligherPortalAPRelative.highlight);
window.addHook('requestFinished', window.plugin.portalHighligherPortalAPRelative.resetAPLevels);
}