fix several issues
- resonator energy - portal owner & capture date - mod type filtering code
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user