mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
@@ -497,6 +497,7 @@ function onConflictsFilter(evt) {
|
||||
/* evt.detail is true if the filter has been activated. */
|
||||
if (evt.detail) {
|
||||
document.body.setAttribute('data-conflicts', evt.target.getName());
|
||||
evt.target.classList.toggle('highlight', true);
|
||||
} else {
|
||||
document.body.removeAttribute('data-conflicts');
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user