Mercurial Hosting > chat
comparison src/index.html.luan @ 63:afd5ab5b02a2
file upload
| author | Franklin Schmidt <fschmidt@gmail.com> |
|---|---|
| date | Wed, 05 Mar 2025 18:43:06 -0700 |
| parents | 3521166513b3 |
| children | 6cfef9850520 |
comparison
equal
deleted
inserted
replaced
| 62:ad9772fc588a | 63:afd5ab5b02a2 |
|---|---|
| 99 <p>We have sent an invite to <span email></span></p> | 99 <p>We have sent an invite to <span email></span></p> |
| 100 <div buttons> | 100 <div buttons> |
| 101 <button onclick="gotoInvite(this)">Close</button> | 101 <button onclick="gotoInvite(this)">Close</button> |
| 102 </div> | 102 </div> |
| 103 </dialog> | 103 </dialog> |
| 104 <input type="file" required onchange="loadedFile(this)"> | |
| 104 <script> | 105 <script> |
| 105 'use strict'; | 106 'use strict'; |
| 106 | 107 |
| 107 <% | 108 <% |
| 108 if selected ~= nil then | 109 if selected ~= nil then |
