new chatter needs attachment too

This commit is contained in:
Ted Unangst 2020-09-13 22:22:23 -04:00
parent 926e83847c
commit 68ee7dece2
1 changed files with 1 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<p><label for=noise>noise:</label><br> <p><label for=noise>noise:</label><br>
<textarea name="noise" id="noise"></textarea> <textarea name="noise" id="noise"></textarea>
<p><button name="chonk" value="chonk">chonk</button> <p><button name="chonk" value="chonk">chonk</button>
<label class=button id="donker">attach: <input onchange="updatedonker(this);" type="file" name="donk"><span></span></label>
</form> </form>
<script> <script>
function updatedonker(el) { function updatedonker(el) {