I'm no expect at jQuery (total n00b in fact), but it would seem that the issue described here: https://github.com/spsaucier/App-Folders/issues/3 is being caused by the window.location.hash=""; line.
Upon removing it, the script stopped jumping back to the top.
I'm no expect at jQuery (total n00b in fact), but it would seem that the issue described here: https://github.com/spsaucier/App-Folders/issues/3 is being caused by the
window.location.hash="";
line.Upon removing it, the script stopped jumping back to the top.