don't set hash if back is true. Fixes #582

This commit is contained in:
scottjehl 2010-12-01 12:41:27 -05:00
parent 9853fa9252
commit ce5ea07780

View file

@ -194,7 +194,7 @@
reFocus( to );
if( changeHash !== false && url ){
path.set(url, true);
path.set(url, (back !== true));
}
removeActiveLinkClass();