Project

General

Profile

« Previous | Next » 

Revision 7900

web/vegpath/index.php: URL fragment redirect: Prepend / instead of ? because filesystem paths are now redirected using .htaccess, removing the need to set the query string

View differences:

web/vegpath/index.php
163 163
{
164 164
	var fragment = rm_prefix('#', loc.hash)
165 165
	document.write('<h4 class="progress">Loading '+fragment+'...</h4>')
166
	document.location = '?'+fragment
166
	document.location = '/'+fragment
167 167
}
168 168
			</script>
169 169
		</blockquote>

Also available in: Unified diff