missed a level-related change from previous commit
This commit is contained in:
@ -407,7 +407,7 @@ window.setupPlayerStat = function() {
|
|||||||
+ '</div>'
|
+ '</div>'
|
||||||
+ '<div id="stats">'
|
+ '<div id="stats">'
|
||||||
+ '<sup>XM: '+xmRatio+'%</sup>'
|
+ '<sup>XM: '+xmRatio+'%</sup>'
|
||||||
+ '<sub>' + (level < 8 ? 'level: '+lvlApProg+'%' : 'max level') + '</sub>'
|
+ '<sub>' + (nextLvlAp > 0 ? 'level: '+lvlApProg+'%' : 'max level') + '</sub>'
|
||||||
+ '</div>'
|
+ '</div>'
|
||||||
+ '</h2>'
|
+ '</h2>'
|
||||||
);
|
);
|
||||||
|
Reference in New Issue
Block a user