made some more formation changes
This commit is contained in:
parent
a682a4a11d
commit
bf36576dee
@ -218,8 +218,8 @@ function wrapper(plugin_info) {
|
||||
var avgEnl = window.plugin.scoreboard.enlPorLevels/window.plugin.scoreboard.enlP;
|
||||
avgEnl = avgEnl.toFixed(1);
|
||||
var avgHealthEnl = window.plugin.scoreboard.healthEnl/window.plugin.scoreboard.enlP;
|
||||
avgHealthEnl = avgHealthEnl.toFixed(1) }
|
||||
else{
|
||||
avgHealthEnl = avgHealthEnl.toFixed(1)
|
||||
} else{
|
||||
var avgEnl = '-';
|
||||
var avgHealthEnl = '0';
|
||||
}
|
||||
@ -229,13 +229,13 @@ function wrapper(plugin_info) {
|
||||
avgRes = avgRes.toFixed(1);
|
||||
var avgHealthRes = window.plugin.scoreboard.healthRes/window.plugin.scoreboard.resP;
|
||||
avgHealthRes = avgHealthRes.toFixed(1);
|
||||
}
|
||||
else{
|
||||
} else {
|
||||
var avgRes = '-';
|
||||
var avgHealthRes = '0';
|
||||
}
|
||||
|
||||
|
||||
|
||||
// Get field-link count and assign them to variables
|
||||
var enlCountOfLinks= window.plugin.scoreboard.getEnlLinks();
|
||||
var resCountOfLinks= window.plugin.scoreboard.getResLinks();
|
||||
|
Loading…
x
Reference in New Issue
Block a user