forked from 0x2620/pandora
fix a bug in statistic dialog
This commit is contained in:
parent
57c6db9153
commit
88176506a6
1 changed files with 1 additions and 1 deletions
|
@ -20,8 +20,8 @@ pandora.ui.statisticsDialog = function() {
|
|||
},
|
||||
browser: {
|
||||
'Camino': [192, 192, 192],
|
||||
'Chrome': [0, 255, 0],
|
||||
'Chrome Frame': [255, 255, 0],
|
||||
'Chrome': [0, 255, 0],
|
||||
'Chromium': [128, 255, 0],
|
||||
'Epiphany': [128, 128, 128],
|
||||
'Firefox': [255, 128, 0],
|
||||
|
|
Loading…
Reference in a new issue