Skip to content

Commit

Permalink
Merge pull request #29 from vagharsh/vagharsh-patch-1
Browse files Browse the repository at this point in the history
Update index.php
  • Loading branch information
vagharsh authored Jul 4, 2023
2 parents 70599fb + 98c7d3b commit a53abf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
4 changes: 2 additions & 2 deletions backend/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -105,12 +105,12 @@
<h6 class="text-center" style="">Consul-tree <?php echo $consulTreeVersion; ?></h6>
</div>
</div>
<script src="../lib/js/jquery-3.2.1.min.js"></script>
<script src="../lib/js/jquery-3.7.0.min.js"></script>
<script src="../lib/js/bootstrap.min.js"></script>
<script>
$(document).ready(function () {
$('#pageTitle').text("Consul Tree | " + window.location.hostname);
})
</script
</body>
</html>
</html>
Loading

0 comments on commit a53abf3

Please sign in to comment.