Reworked the ajax-modal function to be more simplified and use less data attributes

This commit is contained in:
johnnyq
2025-08-16 01:02:16 -04:00
parent 3bb0ef6f39
commit 236d895498
3 changed files with 68 additions and 15 deletions

View File

@@ -6,4 +6,5 @@
// Return the title and content as a JSON response
echo json_encode(['content' => $content]);
exit();
?>