Skip to content

Commit b97d7e0

Browse files
committed
More work
1 parent a3084f3 commit b97d7e0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

beta/emuos/assets/js/defines.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,8 @@
1111
if (externallyFramed) {
1212
try {
1313
global.top.location = global.location;
14-
} catch (e) {}
14+
} catch (e) {
15+
global.location = 'https://google.com'
16+
}
1517
}
1618
}(this));

0 commit comments

Comments
 (0)