ucla-oarc-mobile / mwf

UCLA Mobile Web Framework
http://mwf.ucla.edu
Other
86 stars 25 forks source link

no_server_init does not respect URL hash #138

Closed Trott closed 12 years ago

Trott commented 12 years ago

If the originating URL has a hash (e.g., http://example.com/index.html#hash), then the no_server_init query parameter is appended to the hash (#hash?no_server_init) rather than being inserted before the hash (?no_server_init#hash).

ebollens commented 12 years ago

This should be resolved now both for local refreshes (in mwf.server) and for remote redirects (in passthru.php).