mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
Migrated project, transfer and quote edit to the new AJAX modal function
This commit is contained in:
@@ -5,5 +5,5 @@
|
||||
$content = ob_get_clean();
|
||||
|
||||
// Return the title and content as a JSON response
|
||||
echo json_encode(['title' => $title, 'content' => $content]);
|
||||
echo json_encode(['content' => $content]);
|
||||
?>
|
||||
Reference in New Issue
Block a user