Merge pull request #2350 from rparree/hash-problem
Fixed not bing able to follow same inner links twice with history:false
This commit is contained in:
commit
ae556d0844
@ -4296,7 +4296,12 @@
|
|||||||
else if( config.hash ) {
|
else if( config.hash ) {
|
||||||
window.history.replaceState(null, null, '#' + locationHash());
|
window.history.replaceState(null, null, '#' + locationHash());
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
window.location.hash = '';
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user