mirror of
https://github.com/gchq/CyberChef.git
synced 2025-05-09 07:45:00 -04:00
remove unused function
This commit is contained in:
parent
e40df1fec0
commit
7967bd4f08
1 changed files with 0 additions and 9 deletions
|
@ -134,15 +134,6 @@ export class CCategoryLi extends HTMLElement {
|
||||||
return div;
|
return div;
|
||||||
};
|
};
|
||||||
|
|
||||||
/**
|
|
||||||
* Append a c-operation-li to this op-list
|
|
||||||
*
|
|
||||||
* @param {HTMLElement} cOperationLiElement
|
|
||||||
*/
|
|
||||||
appendOperation(cOperationLiElement) {
|
|
||||||
this.querySelector('li > div > ul').appendChild(cOperationLiElement);
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* If this category is Favourites, build and return the star icon to the category
|
* If this category is Favourites, build and return the star icon to the category
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue