Skip to content

Commit

Permalink
fix window height, mark script as async
Browse files Browse the repository at this point in the history
  • Loading branch information
Fiedzia committed Apr 18, 2010
1 parent a8320aa commit 5548384
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions fangofmongo/plugins/fom_twitter.fomxml
Expand Up @@ -18,7 +18,7 @@
left: 1100px;
top: 140px;
width: 280px;
height: 360px;
height: auto;
font-size: 10pt;
background-color: #eeeeee;
-webkit-border-radius: 12px; /* Safari, Chrome */
Expand Down Expand Up @@ -88,7 +88,7 @@
<a href="http://twitter.com/fangofmongo" id="twitter-link" style="display:block;text-align:right;">follow @fangofmongo on Twitter</a>
</div>
<script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/fangofmongo.json?callback=twitterCallback2&count=5"></script>
<script type="text/javascript" src="http://twitter.com/statuses/user_timeline/fangofmongo.json?callback=twitterCallback2&count=5" async="true"></script>
]]>
</html>
Expand Down

0 comments on commit 5548384

Please sign in to comment.