updated core to 8.6.1 via composer
This commit is contained in:
+1
-1
@@ -130,7 +130,7 @@
|
||||
if (e.type === 'click') {
|
||||
url = e.currentTarget.location ? e.currentTarget.location : e.currentTarget;
|
||||
} else {
|
||||
url = location;
|
||||
url = window.location;
|
||||
}
|
||||
var hash = url.hash.substr(1);
|
||||
if (hash) {
|
||||
|
||||
Reference in New Issue
Block a user