fixed delete dialog broken in last commit 🙄

This commit is contained in:
Danny Coates 2017-09-06 14:27:09 -07:00
parent fddc415c86
commit 3d8b38ffe4
No known key found for this signature in database
GPG key ID: 4C442633C62E00CB
2 changed files with 8 additions and 5 deletions

View file

@ -18,7 +18,7 @@ module.exports = function(file, state, emit) {
const remaining = timeLeft(ttl) || state.translate('linkExpiredAlt');
const row = html`
<tr id="${file.id}">
<td title="${file.name}">${file.name}</td>
<td class="overflow-col" title="${file.name}">${file.name}</td>
<td class="center-col">
<img onclick=${copyClick} src="${assets.get(
'copy-16.svg'