Add Pretty content JS function to global search so HTML ticket replies look nicer and fit to width

This commit is contained in:
johnnyq 2024-03-21 17:19:06 -04:00
parent e34f66f00a
commit 0c62ce169f
1 changed files with 4 additions and 0 deletions

View File

@ -718,3 +718,7 @@ if (isset($_GET['query'])) {
}
require_once "footer.php";
?>
<script src="js/pretty_content.js"></script>