Skip to content

Commit 4bca94c

Browse files
Updating HomePage to update JS Libraries (#8951)
Fixes #8943 Co-authored-by: Finbar Ryan <[email protected]>
1 parent 1c25acb commit 4bca94c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/WebJobs.Script.WebHost/Home.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,8 @@
158158
height: 202px;
159159
}
160160
</style>
161-
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-2.0.3.min.js"></script>
162-
<script src="https://ajax.aspnetcdn.com/ajax/jquery.ui/1.10.3/jquery-ui.min.js"></script>
161+
<script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.6.0.min.js"></script>
162+
<script src="https://ajax.aspnetcdn.com/ajax/jquery.ui/1.13.2/jquery-ui.min.js"></script>
163163
<script>
164164
$(function () {
165165
var browser = $(".browser"),
@@ -296,4 +296,4 @@
296296
</div>
297297

298298
</body>
299-
</html>
299+
</html>

0 commit comments

Comments
 (0)