mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-08 15:25:01 -04:00
[#181] some minor verbosity adjustments across some vars/selectors
This commit is contained in:
parent
0ab31ac897
commit
c56ffef988
3 changed files with 10 additions and 5 deletions
|
@ -280,7 +280,7 @@ class App {
|
|||
}
|
||||
|
||||
// Add edit button to first category (Favourites)
|
||||
const favCat = document.querySelector("#categories a");
|
||||
const favCat = document.querySelector("#categories a[data-target='#catFavourites']");
|
||||
favCat.appendChild(document.getElementById("edit-favourites"));
|
||||
favCat.setAttribute("data-help-title", "Favourite operations");
|
||||
favCat.setAttribute("data-help", `<p>This category displays your favourite operations.</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue