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'));
|
var type = tbody.appendChild(document.createElement('tr'));
|
||||||
type.style.fontWeight = 'bold';
|
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'));
|
var bonus = tbody.appendChild(document.createElement('tr'));
|
||||||
bonus.appendChild(firstCol('Bonus Income', CM.Disp.colorBlue));
|
bonus.appendChild(firstCol('Bonus Income', CM.Disp.colorBlue));
|
||||||
var pp = tbody.appendChild(document.createElement('tr'));
|
var pp = tbody.appendChild(document.createElement('tr'));
|
||||||
|
|||||||
@@ -347,7 +347,7 @@ CM.Disp.CreateBotBar = function() {
|
|||||||
}
|
}
|
||||||
var type = tbody.appendChild(document.createElement('tr'));
|
var type = tbody.appendChild(document.createElement('tr'));
|
||||||
type.style.fontWeight = 'bold';
|
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'));
|
var bonus = tbody.appendChild(document.createElement('tr'));
|
||||||
bonus.appendChild(firstCol('Bonus Income', CM.Disp.colorBlue));
|
bonus.appendChild(firstCol('Bonus Income', CM.Disp.colorBlue));
|
||||||
var pp = tbody.appendChild(document.createElement('tr'));
|
var pp = tbody.appendChild(document.createElement('tr'));
|
||||||
|
|||||||
Reference in New Issue
Block a user