aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/default.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/res/default.js b/res/default.js
index 30c0ea4..d3bfdd3 100644
--- a/res/default.js
+++ b/res/default.js
@@ -24,9 +24,7 @@ var refs = {};
function load(id){
var item = refs[id];
let tag = location.href.split("#");
- if(tag.length>1){
- location.href = tag[0];
- }
+ location.href = tag[0] + "#" + id;
load_(item.url, item.name);
}