Changeset - a5f44483e4c5
[Not reviewed]
default
0 1 0
Drew Perttula - 7 years ago 2018-06-07 23:05:57
drewp@bigasterisk.com
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/web/resource-display.html
Show inline comments
 
@@ -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;
0 comments (0 inline, 0 general)