Fix assigning variable to itself in `Core/Ui/File/Upload.js`
authorFabii547 <Fabii547@users.noreply.github.com>
Tue, 30 Jul 2019 09:16:54 +0000 (11:16 +0200)
committerFabii547 <Fabii547@users.noreply.github.com>
Tue, 30 Jul 2019 09:16:54 +0000 (11:16 +0200)
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/File/Upload.js

index 6be0667ea1dd30473f0f89334badad4142afda7c..816d4abda0d815b4887d714d0a9be692d40000d8 100644 (file)
@@ -36,7 +36,6 @@ define(['Core', 'Language', 'Dom/Util', 'WoltLabSuite/Core/Ui/File/Delete', 'Upl
                
                this._options.multiple = this._options.maxFiles === null || this._options.maxFiles > 1; 
                
-               this._options.url = this._options.url;
                if (this._options.url.indexOf('index.php') === 0) {
                        this._options.url = WSC_API_URL + this._options.url;
                }