Update Browsers window title to the clients name when in the client section

This commit is contained in:
johnnyq
2024-04-10 14:58:11 -04:00
parent 51e80df71c
commit b9342c8397

View File

@@ -240,3 +240,6 @@ require_once "inc_client_top_head.php";
require_once "pagination_head.php";
?>
<script>document.title = "<?php echo $client_name; ?>"</script>