Merge branch 'staging' into team

This commit is contained in:
yflory
2019-09-06 15:46:19 +02:00
20 changed files with 833 additions and 442 deletions

View File

@@ -659,7 +659,6 @@ define([
data.href = parsed.getUrl({present: parsed.present});
if (typeof (data.title) !== "string") { return cb('Missing title'); }
if (data.title.trim() === "") { data.title = Hash.getDefaultName(parsed); }
if (common.initialPath) {
if (!data.path) {