Rename "Important traits" to "Notable traits"
* Rename it in the UI * Rename the CSS classes
This commit is contained in:
parent
543f03d241
commit
f3cc957f2e
6 changed files with 21 additions and 21 deletions
|
@ -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");
|
||||
};
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue