static folders renamed to archive folders
This commit is contained in:
parent
9a3a9c31a2
commit
a9e5979406
100 changed files with 461 additions and 461 deletions
|
|
@ -1587,7 +1587,7 @@ HTMLOut.prototype.getManifestXML = function(sToken, sIndent, aParms)
|
|||
|
||||
var matchCover = null;
|
||||
match = matchNode[2].match('<cover[^>]*href="([^"]*)"');
|
||||
if (match && match[1].indexOf("static/") >= 0) {
|
||||
if (match && match[1].indexOf("archive/") >= 0) {
|
||||
matchCover = match[1];
|
||||
if (obj.fDebug) {
|
||||
sNodeLink = matchCover.replace("/thumbs/", '/').replace(/ ?[0-9]*\.(jpeg|jpg)/, ".pdf");
|
||||
|
|
|
|||
Loading…
Reference in a new issue