mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2024-11-30 15:41:53 +03:00
Add tooltips to dynamic table header
This commit is contained in:
parent
dd1959abfb
commit
c765d8ebe2
1 changed files with 1 additions and 0 deletions
|
@ -168,6 +168,7 @@ var DynamicTable = new Class({
|
|||
th = ths[i];
|
||||
th._this = this;
|
||||
th.setAttribute('onclick', this.columns[i].onclick);
|
||||
th.setAttribute('title', this.columns[i].caption);
|
||||
th.innerHTML = this.columns[i].caption;
|
||||
th.setAttribute('style', this.columns[i].style);
|
||||
if ((this.columns[i].visible == '0') || this.columns[i].force_hide)
|
||||
|
|
Loading…
Reference in a new issue