mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-19 06:57:24 -06:00
- Attempt to fix icon flickering in webui
This commit is contained in:
@@ -166,7 +166,9 @@ var dynamicTable = new Class ({
|
|||||||
{
|
{
|
||||||
var tds = tr.getElements('td');
|
var tds = tr.getElements('td');
|
||||||
row.each(function(el, i){
|
row.each(function(el, i){
|
||||||
tds[i].set('html', el);
|
if(tds[i].get('html') != el) {
|
||||||
|
tds[i].set('html', el);
|
||||||
|
}
|
||||||
});
|
});
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user