This commit is contained in:
daniel-j 2016-06-22 07:26:38 +02:00
parent 8077d31130
commit 9aa9c1e1a1
2 changed files with 2 additions and 1 deletions

View file

@ -4,7 +4,7 @@
"name": "fimfic2epub",
"short_name": "ff2epub",
"description": "Improved EPUB exporter for Fimfiction",
"version": "1.0.1",
"version": "1.0.2",
"icons": {
"128": "icon-128.png"

View file

@ -59,6 +59,7 @@ if (epubButton) {
epubButton.addEventListener('click', function (e) {
e.preventDefault()
if (isDownloading) {
alert("Calm down, I'm working on it (it's processing)")
return
}
if (cachedBlob) {