Skip to content

Commit a53abf3

Browse files
authored
Merge pull request #29 from vagharsh/vagharsh-patch-1
Update index.php
2 parents 70599fb + 98c7d3b commit a53abf3

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

backend/index.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,12 +105,12 @@
105105
<h6 class="text-center" style="">Consul-tree <?php echo $consulTreeVersion; ?></h6>
106106
</div>
107107
</div>
108-
<script src="../lib/js/jquery-3.2.1.min.js"></script>
108+
<script src="../lib/js/jquery-3.7.0.min.js"></script>
109109
<script src="../lib/js/bootstrap.min.js"></script>
110110
<script>
111111
$(document).ready(function () {
112112
$('#pageTitle').text("Consul Tree | " + window.location.hostname);
113113
})
114114
</script
115115
</body>
116-
</html>
116+
</html>

0 commit comments

Comments
 (0)