Skip to content

Commit 34812fe

Browse files
committed
Merge branch 'pr_101' into 'main'
Switch jquery cdn See merge request espressif/esp-thread-br!143
2 parents 5043081 + 1d2d597 commit 34812fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/esp_ot_br_server/frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<!-- <link href="/static/bootstrap.min.css" rel="stylesheet"> -->
1313
<!-- <script src="/static/jquery.min.js"></script> -->
1414
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
15-
<script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js"></script>
15+
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
1616
<script src="https://d3js.org/d3.v3.min.js"></script>
1717
<style>
1818
.container {

0 commit comments

Comments
 (0)