SafeDispatch/Safedispatch_4_0/resource/SfmbMapsMainTerrain.html
2024-02-22 18:43:59 +02:00

13 lines
482 B
HTML

<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>