1
Fork 0

Rename "Important traits" to "Notable traits"

* Rename it in the UI
* Rename the CSS classes
This commit is contained in:
Camelid 2020-08-09 12:09:05 -07:00
parent 543f03d241
commit f3cc957f2e
6 changed files with 21 additions and 21 deletions

View file

@ -2636,9 +2636,9 @@ function defocusSearchBar() {
});
}());
onEachLazy(document.getElementsByClassName("important-traits"), function(e) {
onEachLazy(document.getElementsByClassName("notable-traits"), function(e) {
e.onclick = function() {
this.getElementsByClassName('important-traits-tooltiptext')[0]
this.getElementsByClassName('notable-traits-tooltiptext')[0]
.classList.toggle("force-tooltip");
};
});