Fix integrity checks
This commit is contained in:
parent
1523a3107e
commit
e4231956a3
@ -818,7 +818,7 @@ define([
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Fix href
|
// Fix href
|
||||||
if (href && href.slice(0,1) !== '/') { el.href = exp.cryptor.encrypt(Hash.getRelativeHref(el.href)); }
|
if (href && href.slice(0,1) !== '/') { el.href = exp.cryptor.encrypt(Hash.getRelativeHref(href)); }
|
||||||
// Fix creation time
|
// Fix creation time
|
||||||
if (!el.ctime) { el.ctime = el.atime; }
|
if (!el.ctime) { el.ctime = el.atime; }
|
||||||
// Fix title
|
// Fix title
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user