Migrated project, transfer and quote edit to the new AJAX modal function

This commit is contained in:
johnnyq
2025-02-16 23:14:32 -05:00
parent 093fd69415
commit ccec330ceb
19 changed files with 734 additions and 673 deletions

View File

@@ -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]);
?>