forked from 0x2620/pandora
cosmetic changes
This commit is contained in:
parent
d7bf50b45b
commit
ad0645c87c
1 changed files with 2 additions and 1 deletions
|
@ -75,7 +75,8 @@ pandora.URL = (function() {
|
||||||
|
|
||||||
if (
|
if (
|
||||||
pandora.user.ui._hash && (
|
pandora.user.ui._hash && (
|
||||||
pandora.user.ui._hash.anchor || !Ox.isEmpty(pandora.user.ui._hash.query)
|
pandora.user.ui._hash.anchor
|
||||||
|
|| !Ox.isEmpty(pandora.user.ui._hash.query)
|
||||||
)
|
)
|
||||||
) {
|
) {
|
||||||
state.hash = {};
|
state.hash = {};
|
||||||
|
|
Loading…
Reference in a new issue