dgileadi / zepto-page-transitions

HTML5 Page Transitions similar to JQuery Mobile page transitions, but standalone (13k) and using Zepto.js
166 stars 46 forks source link

The back button does an ajax load when navigating back to the start page #24

Closed dgileadi closed 11 years ago

dgileadi commented 11 years ago

This happens because the hash (and hence the to variable) is empty, and the code handles an empty location by ajax-loading it. Instead it ought to look for the default page and show it instead.

Ruffio commented 11 years ago

It works perfectly :-) This bug has been driving me nuts as I thought it was my code that was crazy :-)

dgileadi commented 11 years ago

Very glad it works for you!

On May 30, 2013, at 1:11 PM, Ruffio notifications@github.com wrote:

It works perfectly :-) This bug has been driving me nuts as I thought it was my code that was crazy :-)

— Reply to this email directly or view it on GitHub.