mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Removed dead function.
This commit is contained in:
@@ -407,9 +407,6 @@ function hideElement(element) {
|
||||
element.classList.toggle('hidden', true);
|
||||
}
|
||||
}
|
||||
function highlightElement(element, state) {
|
||||
element.classList.toggle('highlight', state);
|
||||
}
|
||||
function toggleDisplayCSS(evt) {
|
||||
var e = document.getElementsByClassName(evt.target.getAttribute('data-class'));
|
||||
if (evt.target.checked) {
|
||||
|
||||
Reference in New Issue
Block a user