0.0.141 correct header sizes and padding language w

This commit is contained in:
SBD
2024-01-04 14:05:03 +03:00
parent 254425b913
commit 22f1248900
3 changed files with 11 additions and 9 deletions

View File

@@ -74,7 +74,9 @@ function renderContent (el=null) {
replace_select_language()
},
error: function (data){
alert(data.errors)
if (data.status !== 0){
alert(data.errors)
}
}
});
}