mirror of
https://github.com/gogs/gogs.git
synced 2025-12-20 15:20:01 +01:00
user/settings: complete repositories panel (#4312)
This commit is contained in:
@@ -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;
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user