Mercurial > code > home > repos > light9
changeset 1529:abe692d0a811
move some hardcoded 2016 values
Ignore-this: 18491ff3fb59facd63d6ac4b93e780ea
author | drewp@bigasterisk.com |
---|---|
date | Wed, 10 May 2017 03:30:00 +0000 |
parents | a5174ca22652 |
children | a5a44077c54c |
files | light9/web/live/live.coffee light9/web/timeline/timeline.coffee |
diffstat | 2 files changed, 2 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- 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 = [
--- 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}