Skip to content

Commit

Permalink
Update tag
Browse files Browse the repository at this point in the history
  • Loading branch information
JiYouMCC committed May 20, 2024
1 parent acea729 commit b8b774d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _includes/right.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
$(".tagcloud--item").click(function() {
window.open('/tag/#' + $(this).text(), '_self');
if (window.location.href.startsWith(window.location.origin+"/tag/")) {
location.reload();
$("#tag_" + decodeURI(location.hash.replace("#",""))).tab('show');
}
});
</script>
Expand Down

0 comments on commit b8b774d

Please sign in to comment.