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 @@ -265,7 +265,7 @@ class GraphToControls ctxForEffect: (effect) -> @graph.Uri(effect.value.replace( "light9.bigasterisk.com/effect", - "light9.bigasterisk.com/show/dance2018/effect")) + "light9.bigasterisk.com/show/dance2019/effect")) setEffect: (effect) -> @clearSettings() 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 @@ -167,7 +167,7 @@ coffeeElementSetup(class TimelineEditor _onGraph: (graph) -> @project = new Project(graph) - @show = 'http://light9.bigasterisk.com/show/dance2018' + @show = 'http://light9.bigasterisk.com/show/dance2019' _onSetAdjuster: () -> @makeZoomAdjs()