making changes
This commit is contained in:
parent
42be528c90
commit
dea589df14
5 changed files with 60 additions and 68 deletions
|
@ -13,10 +13,9 @@
|
|||
<div id="download">
|
||||
{{#if filename}}
|
||||
<div class="title">
|
||||
Your friend is sending you a file:
|
||||
Your friend is sending you a file: <br>
|
||||
{{{filename}}} ({{{filesize}}})
|
||||
</div>
|
||||
|
||||
<span> {{{filename}}} ({{{filesize}}})
|
||||
|
||||
<div class="share-window">
|
||||
<button id="download-btn" onclick="download()">Download File</button>
|
||||
|
|
|
@ -41,9 +41,6 @@
|
|||
<th width=18%>Expires in</th>
|
||||
<th width=7%>Delete</th>
|
||||
</tr>
|
||||
<!-- <div class="popup">
|
||||
<span class="popuptext" id="myPopup">Popup text...</span>
|
||||
</div> -->
|
||||
</table>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue