Mercurial Hosting > chat
comparison src/account.html.luan @ 45:e138343b2c76
unsubscribe and more
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Fri, 28 Feb 2025 14:37:11 -0700 |
| parents | 89d3ddd302c7 |
| children | 42b741a1d5c6 |
comparison
equal
deleted
inserted
replaced
| 44:1aa50739475a | 45:e138343b2c76 |
|---|---|
| 169 <button cancel onclick="closeModal(this)">Cancel</button> | 169 <button cancel onclick="closeModal(this)">Cancel</button> |
| 170 <button go onclick="doDeleteUser(this)">Delete</button> | 170 <button go onclick="doDeleteUser(this)">Delete</button> |
| 171 </div> | 171 </div> |
| 172 </dialog> | 172 </dialog> |
| 173 <script> init(); </script> | 173 <script> init(); </script> |
| 174 <!-- ID = <%=user.id%> --> | |
| 174 </body> | 175 </body> |
| 175 </html> | 176 </html> |
| 176 <% | 177 <% |
| 177 end | 178 end |
