Skip to content

Commit 7a45d72

Browse files
committed
deprecated jquery ui method
1 parent 1b85efd commit 7a45d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src-colladmin/template/profile.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,12 @@ function doForm() {
128128
.tabs("enable", 1)
129129
.tabs("enable", 2)
130130
.tabs("enable", 3)
131-
.tabs('select', 1);
131+
.tabs('option', 'active', 1);
132132
},
133133
error: function( xhr, status ) {
134134
showResult(xhr.responseText);
135135
$("#tabs").tabs("enable", 1);
136-
$('#tabs').tabs('select', 1)
136+
$('#tabs').tabs('option', 'active', 1)
137137
}
138138
});
139139
}

0 commit comments

Comments
 (0)