mirror of
https://github.com/optim-enterprises-bv/databunker.git
synced 2025-11-02 10:57:57 +00:00
fix typo
This commit is contained in:
@@ -129,7 +129,7 @@
|
|||||||
if (xhr.status === 200) {
|
if (xhr.status === 200) {
|
||||||
var data = JSON.parse(xhr.responseText);
|
var data = JSON.parse(xhr.responseText);
|
||||||
if (data.status == "ok" && data.result && data.result == "request-created") {
|
if (data.status == "ok" && data.result && data.result == "request-created") {
|
||||||
alert("Admin request created to cancell your account.");
|
alert("Admin request created to cancel your account.");
|
||||||
} else {
|
} else {
|
||||||
bunker_logout();
|
bunker_logout();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user