# HG changeset patch # User Drew Perttula # Date 2018-06-07 23:05:57 # Node ID a5f44483e4c580badf73da113b120ec19359e4e6 # Parent 499d5c6b153bbf62430e93a313f522260a754799 reformat Ignore-this: cd8627ff965879acdccc50cba64a4f35 diff --git a/light9/web/resource-display.html b/light9/web/resource-display.html --- a/light9/web/resource-display.html +++ b/light9/web/resource-display.html @@ -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;