renamed cardinal to octant

This commit is contained in:
mledoze
2013-02-08 13:00:55 +01:00
parent 965c4f0156
commit 20d7eb92b4
2 changed files with 2 additions and 2 deletions

View File

@ -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]+';';