diff --git a/download.zip b/download.zip index 31a2747..fb9252d 100644 Binary files a/download.zip and b/download.zip differ diff --git a/source/common.js b/source/common.js index c077630..8a06cd9 100644 --- a/source/common.js +++ b/source/common.js @@ -1,6 +1,6 @@ "use strict"; -var currentVersion = 122, +var currentVersion = 123, defaultUpdateServer = "https://raw.githubusercontent.com/Cortys/comic-backup/master", div, linkStyle = "color:#ffffff;font-weight:bold;background:linear-gradient(to bottom, rgb(115, 152, 200) 0%,rgb(179, 206, 233) 1%,rgb(82, 142, 204) 5%,rgb(79, 137, 200) 20%,rgb(66, 120, 184) 50%,rgb(49, 97, 161) 100%);padding:3px;text-decoration:none;display:inline-block;width:70px;text-align:center;height:22px;box-sizing:border-box;line-height:14px;border:1px solid rgb(49,96,166);", settings; diff --git a/source/myBooks.js b/source/myBooks.js index 24dfc5a..7de44ca 100644 --- a/source/myBooks.js +++ b/source/myBooks.js @@ -402,5 +402,5 @@ port.receive(function(request, callback) { window.onbeforeunload = function() { if(Download.activeDownloads > 0 || Download.queue.getLength() > 0) - return "If you close this page all backups will be canceled."; + return "If you close this page, all backups will be canceled."; };