user/settings: complete repositories panel (#4312)

This commit is contained in:
Unknwon
2017-03-23 14:28:31 -04:00
parent beee6e03b1
commit 66c1e6b0e8
16 changed files with 175 additions and 122 deletions

View File

@@ -1308,7 +1308,7 @@ $(document).ready(function () {
$.post($this.data('url'), {
"_csrf": csrf,
"id": $this.data("id")
}).done(function (data) {
}).success(function (data) {
window.location.href = data.redirect;
});
}