Skip to content

Commit 6c6d4cd

Browse files
committed
Merge pull request react-bootstrap#213 from tracker1/patch-1
Update GettingStartedPage.js
2 parents b26f1c1 + 6b3a1a8 commit 6c6d4cd

1 file changed

Lines changed: 12 additions & 4 deletions

File tree

docs/src/GettingStartedPage.js

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -78,10 +78,18 @@ var Page = React.createClass({
7878
<div className="highlight">
7979
<pre><code className="html">{'\
8080
<!--[if lt IE 9]>\n\
81-
<script src="http://code.jquery.com/jquery-1.11.1.min.js"></script>\n\
82-
<script src="http://cdnjs.cloudflare.com/ajax/libs/es5-shim/3.4.0/es5-shim.js"></script>\n\
83-
<script src="http://cdnjs.cloudflare.com/ajax/libs/es5-shim/3.4.0/es5-sham.js"></script>\n\
84-
<![endif]-->\
81+
<script>\n\
82+
(function(){\n\
83+
var ef = function(){};\n\
84+
window.console = window.console || {log:ef,warn:ef,error:ef,dir:ef};\n\
85+
}());\n\
86+
</script>\n\
87+
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv.min.js"></script>\n\
88+
<script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.2/html5shiv-printshiv.min.js"></script>\n\
89+
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>\n\
90+
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/3.4.0/es5-shim.js"></script>\n\
91+
<script src="//cdnjs.cloudflare.com/ajax/libs/es5-shim/3.4.0/es5-sham.js"></script>\n\
92+
<![endif]-->\n\
8593
'}</code></pre>
8694
</div>
8795
</div>

0 commit comments

Comments
 (0)