Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
8450aa7d
Commit
8450aa7d
authored
11 years ago
by
Chris Rebert
Browse files
Options
Download
Email Patches
Plain Diff
avoid referencing /docs-assets/ in Getting Started docs example; use CDN URL for respond.js
parent
810a852f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
getting-started.html
+1
-1
getting-started.html
with
1 addition
and
1 deletion
+1
-1
getting-started.html
+
1
-
1
View file @
8450aa7d
...
@@ -112,7 +112,7 @@ bootstrap/
...
@@ -112,7 +112,7 @@ bootstrap/
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.6.2/html5shiv.js"></script>
<script src="
../../docs-assets/js
/respond.min.js"></script>
<script src="
https://oss.maxcdn.com/libs/respond.js/1.3.0
/respond.min.js"></script>
<![endif]-->
<![endif]-->
</head>
</head>
<body>
<body>
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment