Revision 8365
Added by Aaron Marcuse-Kubitza almost 12 years ago
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
web/main/index.php: Updated fragment redirect for new dotpath format (using ? instead of a relative path)