# HG changeset patch # User Drew Perttula # Date 2019-05-27 06:22:34 # Node ID fc72f550ddcdbb1da047d260523dae00c0eb2d78 # Parent f001d689b3e2a955e686d61589c512abd5c7ddf3 annual update of the hardcoded URIs in frontend code that I don't bother to fix Ignore-this: 3c438cd972d3014cca2383f943023b1b 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()