This commit is contained in:
SBD
2023-11-28 16:52:26 +03:00
parent e2ad3fa05c
commit 395d3af968
2 changed files with 4 additions and 2 deletions

View File

@@ -54,7 +54,7 @@ function renderContent (el=null) {
replace_select_language()
},
error: function (data){
alert(data)
alert(data.errors)
}
});
}