added tippy.js for testing
This commit is contained in:
@@ -135,6 +135,7 @@ class ncTable {
|
||||
if (name == 'refresh') {
|
||||
name = 'Redownload';
|
||||
}
|
||||
button.setAttribute("data-tippy-content", helper.ucfirst(name));
|
||||
button.setAttribute("title", helper.ucfirst(name));
|
||||
return button;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user