fixed publish button

This commit is contained in:
bill bittner 2017-07-28 14:59:53 -07:00
parent cbc87c40b8
commit 1693ee49b8

View file

@ -27,7 +27,7 @@
</p> </p>
<p> <p>
<div class="input-error" id="input-error-publish-submit" hidden="true"></div> <div class="input-error" id="input-error-publish-submit" hidden="true"></div>
<button id="publish-submit" onclick="publishSelectedImage(event.target.value)">Publish</button> <button id="publish-submit" onclick="publishSelectedImage(event)">Publish</button>
<button onclick="resetPublishArea()">Reset</button> <button onclick="resetPublishArea()">Reset</button>
</p> </p>
<p><i>By clicking 'Publish' I attest that I have read and agree to the <a href="https://lbry.io/termsofservice" target="_blank">LBRY terms of service</a>.</i></p> <p><i>By clicking 'Publish' I attest that I have read and agree to the <a href="https://lbry.io/termsofservice" target="_blank">LBRY terms of service</a>.</i></p>