Fix connection indicator bars

This commit is contained in:
Ilya Daynatovich 2016-10-26 18:33:49 +03:00 committed by damencho
parent 69b79b7687
commit 8d80e13e31
1 changed files with 6 additions and 6 deletions

View File

@ -34,12 +34,12 @@ function ConnectionIndicator(videoContainer, videoId) {
* 0: string}} * 0: string}}
*/ */
ConnectionIndicator.connectionQualityValues = { ConnectionIndicator.connectionQualityValues = {
98: "18px", //full 98: "100%", //full
81: "15px",//4 bars 81: "80%",//4 bars
64: "11px",//3 bars 64: "55%",//3 bars
47: "7px",//2 bars 47: "40%",//2 bars
30: "3px",//1 bar 30: "20%",//1 bar
0: "0px"//empty 0: "0"//empty
}; };
ConnectionIndicator.getIP = function(value) { ConnectionIndicator.getIP = function(value) {