Merge branch 'soon' into staging

This commit is contained in:
yflory
2018-07-18 15:10:23 +02:00
2 changed files with 2 additions and 1 deletions

View File

@@ -645,7 +645,7 @@ define([
}
// Fix href
if (/^https*:\/\//.test(el.href)) { el.href = Hash.getRelativeHref(el.href); }
if (el.href && /^https*:\/\//.test(el.href)) { el.href = Hash.getRelativeHref(el.href); }
// Fix creation time
if (!el.ctime) { el.ctime = el.atime; }
// Fix title