jaunesarmiento / fries

Fries helps you prototype Android apps using HTML, CSS, and JavaScript.
MIT License
1.55k stars 222 forks source link

Fix issue where spinners push the state to the browser history, clashing with stack.js #37

Closed jaunesarmiento closed 11 years ago

jaunesarmiento commented 11 years ago

Added e.preventDefault() on valid targets to disallow spinners to append anything to the address bar and push a state to the browser history.