Raymond Hill
6 years ago
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with
2 additions and
2 deletions
-
src/js/messaging.js
|
|
@ -206,8 +206,8 @@ var matrixSnapshot = function(pageStore, details) { |
|
|
|
}; |
|
|
|
|
|
|
|
if ( |
|
|
|
typeof details.scope === 'string' && |
|
|
|
r.hostname.endsWith(details.scope) |
|
|
|
(typeof details.scope === 'string') && |
|
|
|
(details.scope === '*' || r.hostname.endsWith(details.scope)) |
|
|
|
) { |
|
|
|
r.scope = details.scope; |
|
|
|
} else if ( µmuser.popupScopeLevel === 'site' ) { |
|
|
|