Mercurial Hosting > chat
comparison src/account.html.luan @ 62:ad9772fc588a
minor
author | Franklin Schmidt <fschmidt@gmail.com> |
---|---|
date | Wed, 05 Mar 2025 15:03:26 -0700 |
parents | d4d154b404f8 |
children | f067de76084c |
comparison
equal
deleted
inserted
replaced
61:d4d154b404f8 | 62:ad9772fc588a |
---|---|
190 <h2>Edit Voice URL</h2> | 190 <h2>Edit Voice URL</h2> |
191 <form action="javascript:saveVoice()"> | 191 <form action="javascript:saveVoice()"> |
192 <p> | 192 <p> |
193 <label>URL for receiving voice calls</label><br> | 193 <label>URL for receiving voice calls</label><br> |
194 <input type=url name=voice><br> | 194 <input type=url name=voice><br> |
195 <span note>Leave blank for no voice URL</span> | 195 <span note>Leave blank for no voice URL. We recommend <a href="https://talky.io/">Talky</a>.</span> |
196 </p> | 196 </p> |
197 <div buttons> | 197 <div buttons> |
198 <button type=button onclick="closeModal(this)">Cancel</button> | 198 <button type=button onclick="closeModal(this)">Cancel</button> |
199 <button type=submit>Save</button> | 199 <button type=submit>Save</button> |
200 </div> | 200 </div> |