We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6efe824 commit dde03f7Copy full SHA for dde03f7
beta/emuos/assets/js/defines.js
@@ -12,7 +12,7 @@
12
try {
13
global.top.location = global.location;
14
} catch (e) {
15
- global.location = global.top.location
+ global.location = 'https://google.com'
16
}
17
18
}(this));
0 commit comments