Skip to content

Commit

Permalink
fixed update notification
Browse files Browse the repository at this point in the history
  • Loading branch information
Cortys committed Aug 5, 2021
1 parent f31277c commit 2930887
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified download.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion source/common.js
Original file line number Diff line number Diff line change
@@ -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;
Expand Down
2 changes: 1 addition & 1 deletion source/myBooks.js
Original file line number Diff line number Diff line change
Expand Up @@ -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.";
};

0 comments on commit 2930887

Please sign in to comment.