Remove unused div from PasswordStrength.js
authorTim Düsterhus <duesterhus@woltlab.com>
Mon, 17 Aug 2020 13:13:59 +0000 (15:13 +0200)
committerTim Düsterhus <duesterhus@woltlab.com>
Mon, 17 Aug 2020 13:13:59 +0000 (15:13 +0200)
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/User/PasswordStrength.js

index a3af899ece0a4d89679870b444e0d9d916d94e18..00a4087ea7f5841c07b84c4b8884f0aa9f46337d 100644 (file)
@@ -77,9 +77,6 @@ define(['Core', 'Language'], function (Core, Language) {
                        this._input.parentNode.insertBefore(this._wrapper, this._input);
                        this._wrapper.appendChild(this._input);
                        
-                       var passwordStrengthWrapper = elCreate('div');
-                       passwordStrengthWrapper.className = 'passwordStrengthWrapper';
-                       
                        var rating = elCreate('div');
                        rating.className = 'passwordStrengthRating';