mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-02-02 01:44:26 +00:00
- Attempt to fix icon flickering in webui
This commit is contained in:
parent
949eb2b5f5
commit
0177e1fee4
@ -166,7 +166,9 @@ var dynamicTable = new Class ({
|
||||
{
|
||||
var tds = tr.getElements('td');
|
||||
row.each(function(el, i){
|
||||
if(tds[i].get('html') != el) {
|
||||
tds[i].set('html', el);
|
||||
}
|
||||
});
|
||||
return true;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user