added tippy.js for testing

This commit is contained in:
huangjx
2021-10-28 15:31:07 +08:00
parent 9670ec883e
commit 11969a4b23
3 changed files with 16 additions and 10 deletions

View File

@@ -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;
}