SafeDispatch/Safedispatch_4_0/resource/SfmbMapsMainTerrain.html

13 lines
482 B
HTML
Raw Normal View History

2024-02-22 16:43:59 +00:00
<html>
<head>
<script type="text/javascript">
var file = window.location.href;
var urlRe=/\?language=(.*)/g;
var chunk=file.match(urlRe);
if(chunk) chunk=chunk[0].split('=').pop();
if (chunk) window.location.href = 'index_' + chunk + '.html?origin='+ file + '&map=google&reloadMinutes=360';else window.location.href = 'index.html?origin='+ file + '&map=google&reloadMinutes=360';
</script>
</head>
</html>