dont include /0 in url if scrolling to top
This commit is contained in:
parent
0ef598195c
commit
bb91922e1a
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ pandora.URL = (function() {
|
|||
|
||||
if (textState.name) {
|
||||
state.span = textState.name;
|
||||
} else {
|
||||
} else if (position) {
|
||||
state.span = [position];
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue