we don't need to force to anchor here
All checks were successful
Jenkins
Ellpeck/Web/pipeline/head This commit looks good
All checks were successful
Jenkins
Ellpeck/Web/pipeline/head This commit looks good
This commit is contained in:
parent
a1c0452607
commit
a81eb7fcdc
2 changed files with 4 additions and 5 deletions
|
@ -58,18 +58,18 @@ GEM
|
||||||
rexml (3.2.5)
|
rexml (3.2.5)
|
||||||
rouge (4.1.0)
|
rouge (4.1.0)
|
||||||
safe_yaml (1.0.5)
|
safe_yaml (1.0.5)
|
||||||
sass-embedded (1.61.0-x64-mingw-ucrt)
|
|
||||||
google-protobuf (~> 3.21)
|
|
||||||
sass-embedded (1.61.0-x64-mingw32)
|
sass-embedded (1.61.0-x64-mingw32)
|
||||||
google-protobuf (~> 3.21)
|
google-protobuf (~> 3.21)
|
||||||
|
sass-embedded (1.61.0-x64-unknown)
|
||||||
|
google-protobuf (~> 3.21)
|
||||||
terminal-table (3.0.2)
|
terminal-table (3.0.2)
|
||||||
unicode-display_width (>= 1.1.1, < 3)
|
unicode-display_width (>= 1.1.1, < 3)
|
||||||
unicode-display_width (2.4.2)
|
unicode-display_width (2.4.2)
|
||||||
webrick (1.8.1)
|
webrick (1.8.1)
|
||||||
|
|
||||||
PLATFORMS
|
PLATFORMS
|
||||||
x64-mingw-ucrt
|
|
||||||
x64-mingw32
|
x64-mingw32
|
||||||
|
x64-unknown
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
jekyll
|
jekyll
|
||||||
|
|
|
@ -12,7 +12,6 @@ $(".blog-cat-button").on("click", function () {
|
||||||
|
|
||||||
let category = location.hash.match(/#blog-(.+)/);
|
let category = location.hash.match(/#blog-(.+)/);
|
||||||
openCategory(category && decodeURI(category[1]));
|
openCategory(category && decodeURI(category[1]));
|
||||||
forceToAnchor();
|
|
||||||
|
|
||||||
function openCategory(name) {
|
function openCategory(name) {
|
||||||
// if there are no tags that match our name, we display featured
|
// if there are no tags that match our name, we display featured
|
||||||
|
@ -35,4 +34,4 @@ function openCategory(name) {
|
||||||
$(`.blog-cat-button`).each(function () {
|
$(`.blog-cat-button`).each(function () {
|
||||||
$(this).attr("disabled", $(this).attr("id") == name);
|
$(this).attr("disabled", $(this).attr("id") == name);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue