mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-18 14:38:04 -06:00
Add tooltips to dynamic table header
This commit is contained in:
@@ -168,6 +168,7 @@ var DynamicTable = new Class({
|
|||||||
th = ths[i];
|
th = ths[i];
|
||||||
th._this = this;
|
th._this = this;
|
||||||
th.setAttribute('onclick', this.columns[i].onclick);
|
th.setAttribute('onclick', this.columns[i].onclick);
|
||||||
|
th.setAttribute('title', this.columns[i].caption);
|
||||||
th.innerHTML = this.columns[i].caption;
|
th.innerHTML = this.columns[i].caption;
|
||||||
th.setAttribute('style', this.columns[i].style);
|
th.setAttribute('style', this.columns[i].style);
|
||||||
if ((this.columns[i].visible == '0') || this.columns[i].force_hide)
|
if ((this.columns[i].visible == '0') || this.columns[i].force_hide)
|
||||||
|
|||||||
Reference in New Issue
Block a user