From: Mark Otto Date: Thu, 31 Jan 2013 01:45:02 +0000 (-0800) Subject: make on prev commit X-Git-Tag: v2.3.0^2~24 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a5fc3e06676769a0586d0cfed93632691c6e79a6;p=thirdparty%2Fbootstrap.git make on prev commit --- diff --git a/docs/getting-started.html b/docs/getting-started.html index ad83385906..91026e0090 100644 --- a/docs/getting-started.html +++ b/docs/getting-started.html @@ -205,10 +205,11 @@ <html> <head> <title>Bootstrap 101 Template</title> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> </head> <body> <h1>Hello, world!</h1> - <script src="http://code.jquery.com/jquery-latest.js"></script> + <script src="http://code.jquery.com/jquery.js"></script> </body> </html> @@ -223,7 +224,7 @@ </head> <body> <h1>Hello, world!</h1> - <script src="http://code.jquery.com/jquery-latest.js"></script> + <script src="http://code.jquery.com/jquery.js"></script> <script src="js/bootstrap.min.js"></script> </body> </html>