Merge pull request #43 from mledoze/gh-pages
Renamed cardinal to octant
This commit is contained in:
@ -114,7 +114,7 @@ window.renderResonatorDetails = function(slot, level, nrg, dist, nick) {
|
||||
+ 'level:\t\t' + level +'\n'
|
||||
+ 'distance:\t' + dist + 'm\n'
|
||||
+ 'owner:\t\t' + nick + '\n'
|
||||
+ 'cardinal:\t' + SLOT_TO_CARDINAL[slot];
|
||||
+ 'octant:\t' + OCTANTS[slot];
|
||||
|
||||
var style = 'width:'+fillGrade+'%; background:'+COLORS_LVL[level]+';';
|
||||
|
||||
|
Reference in New Issue
Block a user