# HG changeset patch # User Drew Perttula # Date 1528412757 0 # Node ID a5f44483e4c580badf73da113b120ec19359e4e6 # Parent 499d5c6b153bbf62430e93a313f522260a754799 reformat Ignore-this: cd8627ff965879acdccc50cba64a4f35 diff -r 499d5c6b153b -r a5f44483e4c5 light9/web/resource-display.html --- 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;