diff options
| author | Jacob Thornton <[email protected]> | 2012-01-04 10:02:51 -0800 |
|---|---|---|
| committer | Jacob Thornton <[email protected]> | 2012-01-04 10:02:51 -0800 |
| commit | eb123f6b83b95d413056657aa80ad24a72fecae8 (patch) | |
| tree | a4f8fafd0963eed83d148a11001409b269e25026 | |
| parent | e5fb1da164171a62612df8bded8ed3b2af8fed56 (diff) | |
| download | bootstrap-eb123f6b83b95d413056657aa80ad24a72fecae8.tar.xz bootstrap-eb123f6b83b95d413056657aa80ad24a72fecae8.zip | |
switch to async widget.js script
| -rw-r--r-- | docs/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/index.html b/docs/index.html index 6e3475ec7..732ad9596 100644 --- a/docs/index.html +++ b/docs/index.html @@ -112,7 +112,7 @@ <p>Read more on <a href="https://dev.twitter.com/blog/bootstrap-twitter">dev.twitter.com ›</a></p> <p> <a href="http://twitter.com/twbootstrap" class="twitter-follow-button">Follow @twbootstrap</a> - <script src="http://platform.twitter.com/widgets.js" type="text/javascript"></script> + <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script> </p> </div> <div class="span-one-third"> |
