fixed publish button
This commit is contained in:
parent
cbc87c40b8
commit
1693ee49b8
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue