Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <markdotto@gmail.com>2013-10-30 18:32:06 +0400
committerMark Otto <markdotto@gmail.com>2013-10-30 18:32:06 +0400
commit9fbbce9b2ddfe46b87c2ef63f965c97c06a502bf (patch)
treeb29e28410ce58a821d21db445bd0fbd82763de3a
parent697a37e73f30bf2f5897b976ff38a427dd78212e (diff)
parentee9663728417dfbe9575d376c4fd2563a3787428 (diff)
Merge pull request #11274 from wangsai/fix-examples-urls
remove unused `{{ page.base_url }}` variables, and fix the urls
-rw-r--r--examples/carousel/index.html2
-rw-r--r--examples/grid/index.html2
-rw-r--r--examples/jumbotron-narrow/index.html2
-rw-r--r--examples/jumbotron/index.html2
-rw-r--r--examples/justified-nav/index.html2
-rw-r--r--examples/navbar-fixed-top/index.html2
-rw-r--r--examples/navbar-static-top/index.html2
-rw-r--r--examples/navbar/index.html2
-rw-r--r--examples/non-responsive/index.html2
-rw-r--r--examples/offcanvas/index.html2
-rw-r--r--examples/signin/index.html2
-rw-r--r--examples/starter-template/index.html2
-rw-r--r--examples/sticky-footer-navbar/index.html2
-rw-r--r--examples/sticky-footer/index.html2
-rw-r--r--examples/theme/index.html2
15 files changed, 15 insertions, 15 deletions
diff --git a/examples/carousel/index.html b/examples/carousel/index.html
index 7cea9bb4ff..14674eebc6 100644
--- a/examples/carousel/index.html
+++ b/examples/carousel/index.html
@@ -14,7 +14,7 @@
<link href="../../dist/css/bootstrap.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/grid/index.html b/examples/grid/index.html
index d3159e6318..be1e39c1f3 100644
--- a/examples/grid/index.html
+++ b/examples/grid/index.html
@@ -17,7 +17,7 @@
<link href="grid.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/jumbotron-narrow/index.html b/examples/jumbotron-narrow/index.html
index d0d6175f12..3f6e689084 100644
--- a/examples/jumbotron-narrow/index.html
+++ b/examples/jumbotron-narrow/index.html
@@ -17,7 +17,7 @@
<link href="jumbotron-narrow.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/jumbotron/index.html b/examples/jumbotron/index.html
index 59896e662e..b4cd6ed574 100644
--- a/examples/jumbotron/index.html
+++ b/examples/jumbotron/index.html
@@ -17,7 +17,7 @@
<link href="jumbotron.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/justified-nav/index.html b/examples/justified-nav/index.html
index 3b40fd324e..c2cf0ca13c 100644
--- a/examples/justified-nav/index.html
+++ b/examples/justified-nav/index.html
@@ -17,7 +17,7 @@
<link href="justified-nav.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/navbar-fixed-top/index.html b/examples/navbar-fixed-top/index.html
index 6b38d7bff1..e6b3a096de 100644
--- a/examples/navbar-fixed-top/index.html
+++ b/examples/navbar-fixed-top/index.html
@@ -17,7 +17,7 @@
<link href="navbar-fixed-top.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/navbar-static-top/index.html b/examples/navbar-static-top/index.html
index a17594e0c1..098cd4d98e 100644
--- a/examples/navbar-static-top/index.html
+++ b/examples/navbar-static-top/index.html
@@ -17,7 +17,7 @@
<link href="navbar-static-top.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/navbar/index.html b/examples/navbar/index.html
index e8f35179b9..612f491e93 100644
--- a/examples/navbar/index.html
+++ b/examples/navbar/index.html
@@ -17,7 +17,7 @@
<link href="navbar.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/non-responsive/index.html b/examples/non-responsive/index.html
index 52776e3fc4..517d874b1d 100644
--- a/examples/non-responsive/index.html
+++ b/examples/non-responsive/index.html
@@ -19,7 +19,7 @@
<link href="non-responsive.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/offcanvas/index.html b/examples/offcanvas/index.html
index e08a86b69d..1fc5c551e8 100644
--- a/examples/offcanvas/index.html
+++ b/examples/offcanvas/index.html
@@ -17,7 +17,7 @@
<link href="offcanvas.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/signin/index.html b/examples/signin/index.html
index 085b36a703..72110751f2 100644
--- a/examples/signin/index.html
+++ b/examples/signin/index.html
@@ -17,7 +17,7 @@
<link href="signin.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/starter-template/index.html b/examples/starter-template/index.html
index 112634e15b..a3d8b98d7e 100644
--- a/examples/starter-template/index.html
+++ b/examples/starter-template/index.html
@@ -17,7 +17,7 @@
<link href="starter-template.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/sticky-footer-navbar/index.html b/examples/sticky-footer-navbar/index.html
index 4bc2201368..52bc60506c 100644
--- a/examples/sticky-footer-navbar/index.html
+++ b/examples/sticky-footer-navbar/index.html
@@ -17,7 +17,7 @@
<link href="sticky-footer-navbar.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/sticky-footer/index.html b/examples/sticky-footer/index.html
index a5b14822e4..b52754df90 100644
--- a/examples/sticky-footer/index.html
+++ b/examples/sticky-footer/index.html
@@ -17,7 +17,7 @@
<link href="sticky-footer.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
diff --git a/examples/theme/index.html b/examples/theme/index.html
index 2573bb31d5..69388544ca 100644
--- a/examples/theme/index.html
+++ b/examples/theme/index.html
@@ -19,7 +19,7 @@
<link href="theme.css" rel="stylesheet">
<!-- Just for debugging purposes. Don't actually copy this line! -->
- <!--[if lt IE 9]><script src="{{ page.base_url }}docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
+ <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>