Moved Ticket Viewing to the top if someone is viwing the ticket the same time you are

This commit is contained in:
johnnyq 2024-03-22 15:44:24 -04:00
parent 3974055bff
commit eda78f0927
1 changed files with 1 additions and 2 deletions

View File

@ -278,6 +278,7 @@ if (isset($_GET['ticket_id'])) {
</div>
<?php } ?>
</div>
<span class="text-info ml-5" id="ticket_collision_viewing"></span>
</div>
<div class="row">
@ -416,8 +417,6 @@ if (isset($_GET['ticket_id'])) {
</div>
<p class="font-weight-light" id="ticket_collision_viewing"></p>
</form>
<!-- End IF for reply modal -->
<?php } ?>