mirror of
https://github.com/seigler/dash-docs
synced 2025-07-28 10:16:15 +00:00
Drop use of href="#|return false;" workarounds
This workaround was used for facilitating clicks on mobiles, but is now unnecessary as ontouchstart events are used.
This commit is contained in:
parent
11c484c858
commit
664ec1ac61
8 changed files with 64 additions and 40 deletions
|
@ -56,7 +56,7 @@ id: development
|
|||
<li><a href="https://github.com/jgarzik/picocoin">picocoin</a> - A tiny library with lightweight client and utilities, written in C.</li>
|
||||
<li><a href="https://github.com/petertodd/python-bitcoinlib">python-bitcoinlib</a> - A library for structures and protocols, written in Python.</li>
|
||||
<li><a href="https://gitlab.com/bitcoin/python-blkmaker">Python Blkmaker</a> - A client library for the getblocktemplate mining protocol, written in Python.</li>
|
||||
<li class="more"><a href="#" onclick="librariesShow(event)">{% translate moremore %}</a></li>
|
||||
<li class="more"><a onclick="librariesShow(event)" class="link-js">{% translate moremore %}</a></li>
|
||||
</ul>
|
||||
|
||||
<section id="devcommunities">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue