Update message after commands.
This commit is contained in:
parent
f718e3747d
commit
08bc8d02a6
|
@ -93,6 +93,7 @@ function add_requirement() {
|
|||
$stmt->execute();
|
||||
$conn->close();
|
||||
send_html("Added to requirements");
|
||||
get_updated_req();
|
||||
}
|
||||
|
||||
function deposit(){
|
||||
|
@ -110,6 +111,7 @@ function deposit(){
|
|||
$stmt->execute();
|
||||
$conn->close();
|
||||
send_html("Deposited!");
|
||||
get_updated_req();
|
||||
}
|
||||
|
||||
function get_updated_req() {
|
||||
|
|
Loading…
Reference in New Issue