mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
023ae88f78
--HG-- extra : rebase_source : be8f4dc04d4755f5b61865addc1df406fd87a560
13 lines
232 B
HTML
13 lines
232 B
HTML
<html>
|
|
<body>
|
|
<div id='url'></div>
|
|
|
|
<script>
|
|
if (location.search == '') {
|
|
window.open('file_browserElement_TargetTop.html?2', '_top');
|
|
}
|
|
document.getElementById('url').innerHTML = document.location.href;
|
|
</script>
|
|
</body>
|
|
</html>
|