зеркало из https://github.com/mozilla/lightbeam.git
Restore coloured triangles for blocked sites (fix #545)
This bug was introduced in 8256f234d8
.
This commit is contained in:
Родитель
79f4e226c4
Коммит
c958002e7d
|
@ -128,7 +128,7 @@ function nodeName(node){
|
|||
return undefined;
|
||||
}
|
||||
function siteHasPref(site,pref){
|
||||
return (userSettings.hasOwnProperty(pref) &&
|
||||
return (userSettings.hasOwnProperty(site) &&
|
||||
userSettings[site].contains(pref));
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче