handle webkit and robots
This commit is contained in:
parent
05ec3755eb
commit
0e31c7cb97
3 changed files with 6 additions and 5 deletions
|
|
@ -17,10 +17,11 @@ pandora.ui.statisticsDialog = function() {
|
|||
browser: {
|
||||
'Chrome Frame': [255, 255, 0],
|
||||
'Chrome': [0, 255, 0],
|
||||
'Firefox': [255, 128, 8],
|
||||
'Firefox': [255, 128, 0],
|
||||
'Internet Explorer': [0, 0, 255],
|
||||
'Opera': [255, 0, 0],
|
||||
'Safari': [0, 255, 255]
|
||||
'Safari': [0, 255, 255],
|
||||
'WebKit': [0, 255, 128]
|
||||
}
|
||||
},
|
||||
dialogHeight = Math.round((window.innerHeight - 48) * 0.9),
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@ pandora.ui.usersDialog = function() {
|
|||
|
||||
var browsers = [
|
||||
'Chrome', 'Chrome Frame', 'Firefox',
|
||||
'Internet Explorer', 'Opera', 'Safari'
|
||||
'Internet Explorer', 'Opera', 'Safari', 'WebKit'
|
||||
],
|
||||
dialogHeight = Math.round((window.innerHeight - 48) * 0.9),
|
||||
dialogWidth = Math.round(window.innerWidth * 0.9),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue