Changeset - fb9e84646320
[Not reviewed]
default
0 1 0
Drew Perttula - 8 years ago 2017-06-10 10:26:54
drewp@bigasterisk.com
show uri tail for label on timeline attra
Ignore-this: ee78e01186a190314112efceeeb9f2a7
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/web/timeline/timeline.coffee
Show inline comments
 
@@ -674,7 +674,10 @@ Polymer
 
    #console.time('attrs update')
 
    U = (x) => @graph.Uri(x)
 
    @effect = @graph.uriValue(@uri, U(':effectClass'))
 
    @effectLabel = @graph.stringValue(@effect, U('rdfs:label')) or (@effect.replace(/.*\//, ''))
 
    try
 
      @effectLabel = @graph.stringValue(@effect, U('rdfs:label'))
 
    catch
 
      @effectLabel = @effect.replace(/.*\//, '')
 
    @noteLabel = @uri.replace(/.*\//, '')
 

	
 
    existingColorScaleSetting = null
0 comments (0 inline, 0 general)