# HG changeset patch # User drewp@bigasterisk.com # Date 2017-05-10 03:30:00 # Node ID abe692d0a811238b591bfd362656c43eef3a2d65 # Parent a5174ca2265245bea28c824fbf63f3b5350cefcd move some hardcoded 2016 values Ignore-this: 18491ff3fb59facd63d6ac4b93e780ea diff --git a/light9/web/live/live.coffee b/light9/web/live/live.coffee --- a/light9/web/live/live.coffee +++ b/light9/web/live/live.coffee @@ -74,7 +74,7 @@ Polymer 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 --git a/light9/web/timeline/timeline.coffee b/light9/web/timeline/timeline.coffee --- a/light9/web/timeline/timeline.coffee +++ b/light9/web/timeline/timeline.coffee @@ -33,7 +33,7 @@ Polymer 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}