Client side input #122

Merged
bones7242 merged 3 commits from client-side-input into master 2017-07-29 00:39:17 +02:00
Showing only changes of commit 1693ee49b8 - Show all commits

View file

@ -27,7 +27,7 @@
</p>
<p>
<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>
</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>