Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit d03bdcb

Browse files
committed
update bootstrap files
1 parent 9456cc2 commit d03bdcb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/LiveDevelopment/Inspector/inspector.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<title>Inspector 1.1 Documentation</title>
55
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
66
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.18/jquery-ui.min.js"></script>
7-
<script src="http://twitter.github.com/bootstrap/assets/js/bootstrap-dropdown.js"></script>
7+
<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/js/bootstrap.min.js"></script>
88
<script>
99
$(function () {
1010
var _domain = $(window.location.hash);
@@ -33,7 +33,7 @@
3333
});
3434
});
3535
</script>
36-
<link href="http://twitter.github.com/bootstrap/assets/css/bootstrap.css" rel="stylesheet">
36+
<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.3.2/css/bootstrap-combined.no-icons.min.css" rel="stylesheet">
3737
<style>
3838
body {padding: 70px 0 20px 0;}
3939
h3, dl {font-family: Menlo, Monaco, "Courier New", monospace;}

0 commit comments

Comments
 (0)