js: fix jQuery error

pull/5955/head
ᴜɴᴋɴᴡᴏɴ 2020-02-29 23:52:35 +08:00
parent 333998509f
commit 344b784d69
No known key found for this signature in database
GPG Key ID: B43718D76E30A238
3 changed files with 37 additions and 38 deletions

View File

@ -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

View File

@ -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