mirror of
https://github.com/qbittorrent/qBittorrent
synced 2025-08-22 14:23:35 -07:00
WebUI: fix error when opening the same dialog twice
This commit is contained in:
parent
f9f4b60b83
commit
d59f59db93
2 changed files with 2 additions and 2 deletions
|
@ -550,7 +550,7 @@ Element.implement({
|
|||
morph.cancel();
|
||||
var oldOptions = morph.options;
|
||||
}
|
||||
var morph = this.get('morph',{
|
||||
var morph = this.retrieve('morph',{
|
||||
duration:50,
|
||||
link:'chain'
|
||||
});
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue