Add edit_html to update_req
This commit is contained in:
parent
c2c7b60738
commit
11c2f8bb8a
|
@ -130,6 +130,7 @@ function get_updated_req() {
|
||||||
} else {
|
} else {
|
||||||
return "Everything is complete";
|
return "Everything is complete";
|
||||||
}
|
}
|
||||||
|
edit_html($text);
|
||||||
}
|
}
|
||||||
// Get JSON from post, store it and decode it.
|
// Get JSON from post, store it and decode it.
|
||||||
$var = file_get_contents('php://input');
|
$var = file_get_contents('php://input');
|
||||||
|
|
Loading…
Reference in New Issue