fix several issues

- resonator energy
- portal owner & capture date
- mod type filtering code
This commit is contained in:
Jon Atkins
2014-05-24 01:14:39 +01:00
parent b595af30ad
commit 3ee03778ef
5 changed files with 29 additions and 39 deletions

View File

@ -98,7 +98,7 @@ window.smartphoneInfo = function(data) {
var reso = details.resonators[i];
if(reso) {
l = parseInt(reso.level);
v = parseInt(reso.energyTotal);
v = parseInt(reso.energy);
max = RESO_NRG[l];
perc = v/max*100;
}