Skip to content

Commit fb80ba9

Browse files
committed
1 parent 0bc6f29 commit fb80ba9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

wcfsetup/install/files/js/WCF.User.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,13 +790,14 @@ if (COMPILER_TARGET_DEFAULT) {
790790
*/
791791
_beginEdit: function (event) {
792792
if (event) event.preventDefault();
793+
794+
$("#profileContent").wcfTabs("select", "about");
793795

794796
if (this._active) return;
795797
this._active = true;
796798

797799
this._actionName = 'beginEdit';
798800
this._buttons.beginEdit.parent().addClass('active');
799-
$('#profileContent').wcfTabs('select', 'about');
800801

801802
// load form
802803
this._proxy.setOption('data', {

0 commit comments

Comments
 (0)