mirror of
https://git.deluge-torrent.org/deluge
synced 2025-04-04 11:27:49 +03:00
web: minor IE compatibility change
This commit is contained in:
parent
609f54a704
commit
6892834d4d
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ Ext.define('Deluge.details.PeersTab', {
|
||||||
title: _('Peers'),
|
title: _('Peers'),
|
||||||
cls: 'x-deluge-peers',
|
cls: 'x-deluge-peers',
|
||||||
viewConfig: {
|
viewConfig: {
|
||||||
loadMask: false,
|
loadMask: false
|
||||||
},
|
},
|
||||||
invalidateScrollerOnRefresh: false,
|
invalidateScrollerOnRefresh: false,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue