Added empty javascript:; for no link navigation nodes.

pull/473/head
Alper Ebicoglu 6 years ago
parent 96ffe35f4d
commit b1916d6b2a

@ -108,7 +108,7 @@ namespace Volo.Docs.Areas.Documents.Helpers.TagHelpers
: node.Path;
return string.Format(LiItemTemplate,
node.Path.IsNullOrEmpty() ? "#" : "/documents/" + ProjectName + "/" + Version + "/" + normalizedPath,
node.Path.IsNullOrEmpty() ? "javascript:;" : "/documents/" + ProjectName + "/" + Version + "/" + normalizedPath,
node.Text.IsNullOrEmpty() ? "?" : node.Text,
content,
node.HasChildItems ? "nav-header" : "last-link",

Loading…
Cancel
Save