Fix another typo

This commit is contained in:
Petko Bordjukov 2018-10-04 12:21:59 +03:00
parent 633682749d
commit 87bb472ccc
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@
} }
show_status(true); show_status(true);
}).fail(function() { }).fail(function() {
show_stauts(false); show_status(false);
}); });
} }