allow send another file link to open in new tab
This commit is contained in:
parent
95a83922df
commit
acfcae5dec
4 changed files with 13 additions and 22 deletions
|
@ -74,9 +74,9 @@
|
|||
<button id="copy-btn" title="Copy to Clipboard">Copy to Clipboard</button>
|
||||
</div>
|
||||
<button id="delete-file" title="Delete file">Delete file</button>
|
||||
<div class="send-new" title="Send another file">
|
||||
<a class="send-new" title="Send another file">
|
||||
Send another file
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
@ -88,9 +88,9 @@
|
|||
There has been an error uploading the file.
|
||||
</div>
|
||||
<img id="upload-error-img" src="/resources/illustration_error.svg" alt="Upload error" />
|
||||
<div class="send-new" title="Send another file">
|
||||
<a class="send-new" title="Send another file">
|
||||
Send another file
|
||||
</div>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div id="unsupported-browser">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue