Skip to content

Commit

Permalink
Update status
Browse files Browse the repository at this point in the history
  • Loading branch information
mart-ffbsee committed Mar 7, 2019
1 parent 9850999 commit 94da16b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/www/freifunk/cgi-bin/status
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ Array.prototype.forEach.call(neighbors, function(el) {

if(qual >= 0)
{
var e = document.createTextNode(" (" + (100. * qual / 255.).toFixed(0) + "%)");
var e = document.createTextNode(" (" + qual.toFixed(0) + "%)");
el.parentNode.appendChild(e);
}
};
Expand Down

0 comments on commit 94da16b

Please sign in to comment.