We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b82f7b2 commit 3823167Copy full SHA for 3823167
src/WebJobs.Script.WebHost/Home.html
@@ -158,8 +158,8 @@
158
height: 202px;
159
}
160
</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>
+ <script src="https://ajax.aspnetcdn.com/ajax/jQuery/jquery-3.6.0.min.js"></script>
+ <script src="https://ajax.aspnetcdn.com/ajax/jquery.ui/1.13.2/jquery-ui.min.js"></script>
163
<script>
164
$(function () {
165
var browser = $(".browser"),
@@ -290,4 +290,4 @@
290
</div>
291
292
</body>
293
-</html>
+</html>
0 commit comments