Bump Version Number

This commit is contained in:
Leo Herzog
2020-11-13 14:39:57 -05:00
parent 4efac83d39
commit 69411e458d
4 changed files with 4 additions and 4 deletions

View File

@@ -38177,7 +38177,7 @@ function display() {
getFiles.style.display = "block";
files.innerHTML = '<input type="text" placeholder="Not included in the URL/File provided" aria-label="Files information not included in the URL/File provided" disabled>';
}
downloadTorrentTooltip.setContent('Files metadata is required to generate Torrent file. Try fetching files list from WebTorrent.');
downloadTorrentTooltip.setContent('Files metadata is required to generate a Torrent file. Try fetching files list from WebTorrent.');
downloadTorrent.removeEventListener('click', saveTorrent);
downloadTorrent.disabled = true;
}