Fix closed confirmation being triggered by enter
authorMatthias Schmidt <gravatronics@live.com>
Fri, 3 Oct 2014 16:36:35 +0000 (18:36 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Fri, 3 Oct 2014 16:36:35 +0000 (18:36 +0200)
wcfsetup/install/files/js/WCF.js

index f5397a0b57ddb352b19a542a46baa681b960cce3..fc6177883ac289fd11dc36afdbb9e5234a9f0570 100755 (executable)
@@ -7380,6 +7380,7 @@ WCF.System.Confirmation = {
        _notify: function(action) {
                this._visible = false;
                this._dialog.wcfDialog('close');
+               this._confirmationButton.blur();
                
                this._callback(action, this._parameters);
        },