mirror of
https://github.com/gogs/gogs.git
synced 2025-12-30 12:10:13 +01:00
js: fix jQuery error
This commit is contained in:
@@ -21,5 +21,4 @@ indent_style = space
|
||||
indent_size = 2
|
||||
|
||||
[*.js]
|
||||
indent_style = tab
|
||||
indent_size = 4
|
||||
indent_size = 2
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -1282,7 +1282,7 @@ $(document).ready(function () {
|
||||
headers: {
|
||||
'X-AJAX': "true"
|
||||
}
|
||||
}).success(function (data, status, request) {
|
||||
}).done(function (data, status, request) {
|
||||
$(data).insertBefore($this);
|
||||
|
||||
// Update new URL or remove self if no more feeds
|
||||
|
||||
Reference in New Issue
Block a user