fix: 404 -> 204
This commit is contained in:
@ -743,7 +743,7 @@
|
||||
data: data,
|
||||
statusCode: {
|
||||
200: processResults,
|
||||
404: function(){
|
||||
204: function(){
|
||||
lib_loading.hide();
|
||||
lib_empty.show();
|
||||
page_ul.empty();
|
||||
|
Reference in New Issue
Block a user