Add tooltip for important traits display
This commit is contained in:
@@ -1737,7 +1737,7 @@
|
||||
|
||||
onEach(document.getElementsByClassName('important-traits'), function(e) {
|
||||
e.onclick = function() {
|
||||
showModal(e.firstElementChild.innerHTML);
|
||||
showModal(e.lastElementChild.innerHTML);
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user