mirror of https://github.com/itflow-org/itflow
Fix for #305
This commit is contained in:
parent
80355417fa
commit
34969bc475
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Reference in New Issue