mirror of https://github.com/itflow-org/itflow
Add Pretty content JS function to global search so HTML ticket replies look nicer and fit to width
This commit is contained in:
parent
e34f66f00a
commit
0c62ce169f
|
|
@ -718,3 +718,7 @@ if (isset($_GET['query'])) {
|
|||
}
|
||||
|
||||
require_once "footer.php";
|
||||
|
||||
?>
|
||||
|
||||
<script src="js/pretty_content.js"></script>
|
||||
Loading…
Reference in New Issue