diff options
| author | Mark Otto <[email protected]> | 2013-08-17 12:32:11 -0700 |
|---|---|---|
| committer | Mark Otto <[email protected]> | 2013-08-17 12:32:11 -0700 |
| commit | 3505606d346488e3761dbe9c421b32547bcb9b0c (patch) | |
| tree | 775d7cf5a47f6797a1003541ba1233a399b6b91a /examples/grid | |
| parent | e279ffab146d89ea1044105f233a8680100f8bda (diff) | |
| download | bootstrap-3505606d346488e3761dbe9c421b32547bcb9b0c.tar.xz bootstrap-3505606d346488e3761dbe9c421b32547bcb9b0c.zip | |
add respond.js to all examples (fixes #9731)
Diffstat (limited to 'examples/grid')
| -rw-r--r-- | examples/grid/index.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/grid/index.html b/examples/grid/index.html index 3db13f58c..3cef51e8d 100644 --- a/examples/grid/index.html +++ b/examples/grid/index.html @@ -105,5 +105,10 @@ </div> <!-- /container --> + + <!-- Bootstrap core JavaScript + ================================================== --> + <!-- Placed at the end of the document so the pages load faster --> + <script src="../../assets/js/respond.min.js"></script> </body> </html> |
