dgileadi / zepto-page-transitions

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

Absolute links hang browser #1

Closed tuupola closed 11 years ago

tuupola commented 11 years ago

When using transitions and links with absolute path browser hangs and uses 100% cpu. Tested with Safari 6.0 and Chrome 23.0.1271.64

Link like this works: <a href="model.html">

Link like this hangs the browser: <a href="/model.html">

dgileadi commented 11 years ago

Thanks for catching that. Fix committed.