max-mapper / blockplot

[alpha] explore minecraft worlds in your browser
http://blockplot.com
Other
44 stars 8 forks source link

redirect to wrong location #9

Closed juliangruber closed 11 years ago

juliangruber commented 11 years ago

https://github.com/maxogden/blockplot/blob/master/js/common.js#L129

That should redirect to

http://maxogden.github.io/blockplot/world.html#869b649e89d41d4535f051bd7794eba6

but it is redirecting to

http://maxogden.github.io/world.html#869b649e89d41d4535f051bd7794eba6

so maybe change to

window.location.href += "world.html#" + uuid
max-mapper commented 11 years ago

View it on http://blockplot.com and it works

Sent from my iPhone

On Jul 29, 2013, at 5:42 AM, Julian Gruber notifications@github.com wrote:

https://github.com/maxogden/blockplot/blob/master/js/common.js#L129

That should redirect to

http://maxogden.github.io/blockplot/world.html#869b649e89d41d4535f051bd7794eba6 but it is redirecting to

http://maxogden.github.io/world.html#869b649e89d41d4535f051bd7794eba6 so maybe change to

window.location.href += "world.html#" + uuid — Reply to this email directly or view it on GitHub.

juliangruber commented 11 years ago

yup, just still had the old url in my history