fix URL controller
This commit is contained in:
parent
89ef5d5bbc
commit
6a17a94603
1 changed files with 1 additions and 1 deletions
|
@ -501,7 +501,7 @@ Ox.URL = function(options) {
|
|||
}
|
||||
}
|
||||
return '/' + Ox.filter(parts).join('/')
|
||||
+ (!Ox.isEmpty(state.hash) ? '#' + constructHash(state.hash) : '');
|
||||
+ (state.hash ? '#' + constructHash(state.hash) : '');
|
||||
}
|
||||
|
||||
function constructValue(str, key) {
|
||||
|
|
Loading…
Reference in a new issue