# HG changeset patch # User drewp@bigasterisk.com # Date 1494387000 0 # Node ID abe692d0a811238b591bfd362656c43eef3a2d65 # Parent a5174ca2265245bea28c824fbf63f3b5350cefcd move some hardcoded 2016 values Ignore-this: 18491ff3fb59facd63d6ac4b93e780ea diff -r a5174ca22652 -r abe692d0a811 light9/web/live/live.coffee --- a/light9/web/live/live.coffee Wed May 03 22:17:48 2017 +0000 +++ b/light9/web/live/live.coffee Wed May 10 03:30:00 2017 +0000 @@ -74,7 +74,7 @@ U = (x) -> @graph.Uri(x) effectUri = U(":effect") + "/#{uriName}" - ctx = U("http://light9.bigasterisk.com/show/dance2016/effect/#{uriName}") + ctx = U("http://light9.bigasterisk.com/show/dance2017/effect/#{uriName}") quad = (s, p, o) => {subject: s, predicate: p, object: o, graph: ctx} addQuads = [ diff -r a5174ca22652 -r abe692d0a811 light9/web/timeline/timeline.coffee --- a/light9/web/timeline/timeline.coffee Wed May 03 22:17:48 2017 +0000 +++ b/light9/web/timeline/timeline.coffee Wed May 10 03:30:00 2017 +0000 @@ -33,7 +33,7 @@ playerSong: {type: String, notify: true} followPlayerSong: {type: Boolean, notify: true, value: true} song: {type: String, notify: true} - show: {value: 'http://light9.bigasterisk.com/show/dance2016'} + show: {value: 'http://light9.bigasterisk.com/show/dance2017'} songTime: {type: Number, notify: true, observer: '_onSongTime'} songDuration: {type: Number, notify: true, observer: '_onSongDuration'} songPlaying: {type: Boolean, notify: true}