mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-18 07:11:26 -08:00
Fix anchor links do not work with addressbar=permalink and animationduration=0
Fixes #6757
This commit is contained in:
parent
ceec7b5737
commit
f93fe50044
1 changed files with 3 additions and 1 deletions
|
|
@ -54,7 +54,9 @@ exports.startup = function() {
|
|||
var hash = $tw.utils.getLocationHash();
|
||||
if(hash !== $tw.locationHash) {
|
||||
$tw.locationHash = hash;
|
||||
openStartupTiddlers({defaultToCurrentStory: true});
|
||||
if(hash !== "#") {
|
||||
openStartupTiddlers({defaultToCurrentStory: true});
|
||||
}
|
||||
}
|
||||
},false);
|
||||
// Listen for the tm-browser-refresh message
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue