Mercurial > code > home > repos > light9
changeset 1796:a5f44483e4c5
reformat
Ignore-this: cd8627ff965879acdccc50cba64a4f35
author | Drew Perttula <drewp@bigasterisk.com> |
---|---|
date | Thu, 07 Jun 2018 23:05:57 +0000 |
parents | 499d5c6b153b |
children | 9c26c04ba46a |
files | light9/web/resource-display.html |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/light9/web/resource-display.html Thu Jun 07 23:04:50 2018 +0000 +++ b/light9/web/resource-display.html Thu Jun 07 23:05:57 2018 +0000 @@ -107,7 +107,9 @@ this.href = "javascript:;"; return; } - if (patch !== null && !SyncedGraph.patchContainsPreds(patch, this.graph.Uri('rdfs:label'))) { + if (patch !== null && + !SyncedGraph.patchContainsPreds(patch, + [this.graph.Uri('rdfs:label')])) { return; } let uri = this.uri;