forked from 0x2620/pandora
fix URL controller
This commit is contained in:
parent
9f20308e1f
commit
9ec29762c2
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ pandora.URL = (function() {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
set.hash = {};
|
set.hash = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (state.page) {
|
if (state.page) {
|
||||||
|
|
Loading…
Reference in a new issue