Revision 7926
Added by Aaron Marcuse-Kubitza almost 12 years ago
index.php | ||
---|---|---|
191 | 191 |
?> |
192 | 192 |
<script type="text/javascript"> |
193 | 193 |
var loc = document.location |
194 |
if (loc.hash) |
|
195 |
{ |
|
196 |
var fragment = rm_prefix('#', loc.hash) |
|
197 |
var namespace = parse_mixed_path(fragment).head |
|
198 |
document.getElementById(namespace).className = 'progress' |
|
199 |
document.location = fragment |
|
200 |
} |
|
194 |
if (loc.hash) document.location = rm_prefix('#', loc.hash) |
|
201 | 195 |
</script> |
202 | 196 |
<?php |
203 | 197 |
} |
Also available in: Unified diff
web/vegpath/index.php: URL fragment redirect: Removed loading indicator (blinking of resource being loaded) because for file downloads, the download will not redirect to a new page and the resource name will instead remain blinking