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 1f212ca commit 6554a95Copy full SHA for 6554a95
examples/index.html
@@ -5,7 +5,7 @@
5
<title>react-bootstrap-table demo</title>
6
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
7
<script src="http://code.jquery.com/jquery-2.1.3.min.js"></script>
8
- <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.js"></script>
+ <script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/js/bootstrap.js"></script>
9
</head>
10
<body>
11
<div id="root"></div>
0 commit comments