mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 10:54:52 +00:00
Fix for #305
This commit is contained in:
@@ -510,7 +510,11 @@ if(isset($_GET['ticket_id'])){
|
||||
|
||||
?>
|
||||
|
||||
<!-- Maybe move this to it's own JS file? -->
|
||||
|
||||
<?php
|
||||
if($ticket_status !== "Closed"){
|
||||
?>
|
||||
<!-- Ticket Time Tracking JS -->
|
||||
<script type="text/javascript">
|
||||
// Default values
|
||||
var hours = 0;
|
||||
@@ -561,4 +565,6 @@ if(isset($_GET['ticket_id'])){
|
||||
}
|
||||
</script>
|
||||
|
||||
<?php } ?>
|
||||
|
||||
<?php include("footer.php");
|
||||
|
||||
Reference in New Issue
Block a user