StretchComputing / rskybox

rSkybox - follow your app from the best seat in the house
1 stars 0 forks source link

Find alternate solution to window.reload for new member confirmation #252

Open terryroe opened 12 years ago

terryroe commented 12 years ago

The app changes the query parameters for the #confirm page when a new member is not yet a registered user. However, this does not refresh the page when just changing the query parameters, so the wrong form is displayed initially. To get around this, a call to window.reload() is issued. This makes the page appear to load and then immediately reload. Perhaps there is a way to rework this so there isn't a double load.