Fix integrity checks

pull/1/head
yflory 2019-11-29 14:30:12 +01:00
parent 1523a3107e
commit e4231956a3
1 changed files with 1 additions and 1 deletions

View File

@ -818,7 +818,7 @@ define([
}
// 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
if (!el.ctime) { el.ctime = el.atime; }
// Fix title