Skip to content

Commit 3823167

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

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"),
@@ -290,4 +290,4 @@
290290
</div>
291291

292292
</body>
293-
</html>
293+
</html>

0 commit comments

Comments
 (0)