Skip to content

Commit

Permalink
Merge branch 'pr_101' into 'main'
Browse files Browse the repository at this point in the history
Switch jquery cdn

See merge request espressif/esp-thread-br!143
  • Loading branch information
chshu committed Sep 26, 2024
2 parents 5043081 + 1d2d597 commit 34812fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/esp_ot_br_server/frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<!-- <link href="/static/bootstrap.min.css" rel="stylesheet"> -->
<!-- <script src="/static/jquery.min.js"></script> -->
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet">
<script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js"></script>
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
<script src="https://d3js.org/d3.v3.min.js"></script>
<style>
.container {
Expand Down

0 comments on commit 34812fe

Please sign in to comment.