mirror of
https://github.com/itflow-org/itflow
synced 2026-03-20 12:44:50 +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">
|
<script type="text/javascript">
|
||||||
// Default values
|
// Default values
|
||||||
var hours = 0;
|
var hours = 0;
|
||||||
@@ -561,4 +565,6 @@ if(isset($_GET['ticket_id'])){
|
|||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
<?php } ?>
|
||||||
|
|
||||||
<?php include("footer.php");
|
<?php include("footer.php");
|
||||||
|
|||||||
Reference in New Issue
Block a user