open links in new tab
This commit is contained in:
parent
ba17d11341
commit
62bf40dc34
1 changed files with 1 additions and 0 deletions
|
@ -104,6 +104,7 @@ function createCategories(){
|
|||
node.classList.add("hidden");
|
||||
link.href = `https://github.com/MrOtherGuy/firefox-csshacks/tree/master/chrome/${name}`;
|
||||
link.title = "See on Github";
|
||||
link.target = "_blank";
|
||||
}else{
|
||||
node.textContent = name;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue