Project

General

Profile

« Previous | Next » 

Revision 8365

web/main/index.php: Updated fragment redirect for new dotpath format (using ? instead of a relative path)

View differences:

index.php
236 236
?>
237 237
		<script type="text/javascript">
238 238
var loc = document.location
239
if (loc.hash) document.location = rm_prefix('#', loc.hash)
239
if (loc.hash) document.location = '?'+rm_prefix('#', loc.hash)
240 240
		</script>
241 241
<?php
242 242
}

Also available in: Unified diff