fix input cursor bug in chrome
This commit is contained in:
parent
ed66e5d67a
commit
22deb93d04
65 changed files with 7237 additions and 26 deletions
|
|
@ -25,8 +25,17 @@
|
|||
|
||||
<p>A Javascript Framework for Building Brilliant Applications</p>
|
||||
|
||||
<a class="button" href="getting-started.html">Guide</a>
|
||||
<a class="button" href="mithril.min.zip">Download v$version</a>
|
||||
<p>
|
||||
<a class="button" href="getting-started.html">Guide</a>
|
||||
<a class="button" href="mithril.min.zip">Download v$version</a>
|
||||
</p>
|
||||
|
||||
<iframe src="http://ghbtns.com/github-btn.html?user=lhorie&repo=mithril.js&type=watch&count=true" allowtransparency="true" frameborder="0" scrolling="0" width="100" height="20"></iframe>
|
||||
|
||||
<a href="https://twitter.com/share" class="twitter-share-button" data-url="http://lhorie.github.io/mithril" data-via="LeoHorie">Tweet</a>
|
||||
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+'://platform.twitter.com/widgets.js';fjs.parentNode.insertBefore(js,fjs);}}(document, 'script', 'twitter-wjs');</script>
|
||||
|
||||
<a href="http://flattr.com/thing/2778375/lhoriemithril-js-on-GitHub" target="_blank"><img src="http://api.flattr.com/button/flattr-badge-large.png" alt="Flattr" title="Flattr" border="0" /></a>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue