Skip to content

Commit dde03f7

Browse files
committed
More work
1 parent 6efe824 commit dde03f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

beta/emuos/assets/js/defines.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
try {
1313
global.top.location = global.location;
1414
} catch (e) {
15-
global.location = global.top.location
15+
global.location = 'https://google.com'
1616
}
1717
}
1818
}(this));

0 commit comments

Comments
 (0)