diff --git a/extension/manifest.json b/extension/manifest.json index bcba6e6..a77345a 100644 --- a/extension/manifest.json +++ b/extension/manifest.json @@ -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" diff --git a/src/main.js b/src/main.js index 8dc379f..e3e2c65 100644 --- a/src/main.js +++ b/src/main.js @@ -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) {