Mercurial Hosting > chat
comparison src/index.html.luan @ 78:2a602ef53eef
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Sun, 09 Mar 2025 22:20:36 -0600 |
parents | bce0480721c1 |
children | b5a316575e64 |
comparison
equal
deleted
inserted
replaced
77:624654817f99 | 78:2a602ef53eef |
---|---|
82 <button onclick="doDeletePost(this)">Delete</button> | 82 <button onclick="doDeletePost(this)">Delete</button> |
83 </div> | 83 </div> |
84 </dialog> | 84 </dialog> |
85 <dialog edit_post> | 85 <dialog edit_post> |
86 <h2>Edit Message</h2> | 86 <h2>Edit Message</h2> |
87 <p><textarea onfocus="fixTextarea(event)" oninput="fixTextarea(event)"></textarea></p> | 87 <p><textarea onfocus="fixTextarea(event)" oninput="fixTextarea(event)" onkeydown="editTextareaKey(event)"></textarea></p> |
88 <div buttons> | 88 <div buttons> |
89 <button onclick="closeModal(this)">Cancel</button> | 89 <button onclick="closeModal(this)">Cancel</button> |
90 <button onclick="savePost(this)">Save</button> | 90 <button onclick="savePost(this)">Save</button> |
91 </div> | 91 </div> |
92 </dialog> | 92 </dialog> |