Merge pull request #43 from mledoze/gh-pages

Renamed cardinal to octant
This commit is contained in:
Stefan Breunig
2013-02-08 06:24:31 -08:00
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]+';';