-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #31 from Cortys/2.1.1
Version 2.1.1
- Loading branch information
Showing
12 changed files
with
83 additions
and
36 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"scripturl": true, | ||
"eqnull": true, | ||
"loopfunc": true | ||
"loopfunc": true, | ||
"node": true | ||
} |
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
"use strict"; | ||
|
||
getSettings(function() { | ||
|
||
if(!settings.queueLength) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -118,7 +118,7 @@ | |
</style> | ||
</head> | ||
<body> | ||
<a href="https://github.com/Cortys" target="_blank" id="credits">v2.1.0 by <b>Cortys</b></a> | ||
<a href="https://github.com/Cortys" target="_blank" id="credits">v2.1.1 by <b>Cortys</b></a> | ||
<h1><img src="[email protected]" alt="Comixology Backup Settings"></h1> | ||
<div id="content"> | ||
<h2>Backup behaviour</h2> | ||
|
@@ -144,6 +144,13 @@ <h2>Backup behaviour</h2> | |
<option value="0">first page</option> | ||
<option value="1">currently opened page</option> | ||
</select></div><br> | ||
<div class="aligner">Filename convention:</div><div class="aligner r"><select id="filename"> | ||
<option value="0">All valid filenames</option> | ||
<option value="1">Underscores instead of spaces</option> | ||
<option value="2">Dots instead of spaces</option> | ||
<option value="3">Dashes instead of spaces</option> | ||
<option value="4">Remove spaces</option> | ||
</select></div><br> | ||
<div class="aligner">Max. parallel downloads per tab:</div><div class="aligner r"><select id="queueLength" data-message="update_queue"> | ||
<option value="1">1</option> | ||
<option value="2">2</option> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
"use strict"; | ||
|
||
var selects = document.querySelectorAll("select, input"); | ||
|
||
for(var i = 0; i < selects.length; i++) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
114 | ||
115 |