1
0
mirror of https://github.com/qbittorrent/qBittorrent.git synced 2025-03-12 04:35:47 -07:00

WebUI: fix error when opening the same dialog twice

PR .
This commit is contained in:
Chocobo1 2025-01-12 21:18:41 +08:00 committed by GitHub
parent 82d90e599c
commit 11991e62f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions
src/webui/www/private/scripts/lib

@ -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