Added CM to version number in BotBar (#471)
This commit is contained in:
@@ -1479,7 +1479,7 @@ CM.Disp.CreateBotBar = function() {
|
||||
}
|
||||
var type = tbody.appendChild(document.createElement('tr'));
|
||||
type.style.fontWeight = 'bold';
|
||||
type.appendChild(firstCol(CM.VersionMajor + '.' + CM.VersionMinor, CM.Disp.colorYellow));
|
||||
type.appendChild(firstCol('CM ' + CM.VersionMajor + '.' + CM.VersionMinor, CM.Disp.colorYellow));
|
||||
var bonus = tbody.appendChild(document.createElement('tr'));
|
||||
bonus.appendChild(firstCol('Bonus Income', CM.Disp.colorBlue));
|
||||
var pp = tbody.appendChild(document.createElement('tr'));
|
||||
|
||||
Reference in New Issue
Block a user