mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-07-30 19:40:18 -07:00
[Web UI] Don't update the tabs if tab's panel is collapsed
This commit is contained in:
parent
263d45ca9d
commit
e6f2926ccd
5 changed files with 14 additions and 6 deletions
|
@ -392,6 +392,10 @@ window.addEvent('load', function () {
|
|||
$('prop_webseeds').addClass("invisible");
|
||||
updatePropertiesPanel();
|
||||
});
|
||||
|
||||
$('propertiesPanel_collapseToggle').addEvent('click', function(e){
|
||||
updatePropertiesPanel();
|
||||
});
|
||||
},
|
||||
column : 'mainColumn',
|
||||
height : prop_h
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue