dont include /0 in url if scrolling to top

This commit is contained in:
j 2013-11-09 15:34:56 +00:00
parent 0ef598195c
commit bb91922e1a

View file

@ -70,7 +70,7 @@ pandora.URL = (function() {
if (textState.name) {
state.span = textState.name;
} else {
} else if (position) {
state.span = [position];
}
}