mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed some promises not handling errors
This commit is contained in:
@ -296,6 +296,7 @@ App.Controls.TagInput = function($underlyingInput) {
|
||||
attachTagsToSuggestionList($siblings.find('ul'), suggestions);
|
||||
$siblings.slideDown('fast');
|
||||
}
|
||||
}).fail(function() {
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user