# HG changeset patch # User Drew Perttula # Date 1558938154 0 # 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 -r f001d689b3e2 -r fc72f550ddcd light9/web/live/live.coffee --- a/light9/web/live/live.coffee Mon May 27 06:20:38 2019 +0000 +++ b/light9/web/live/live.coffee Mon May 27 06:22:34 2019 +0000 @@ -265,7 +265,7 @@ 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 -r f001d689b3e2 -r fc72f550ddcd light9/web/timeline/timeline.coffee --- a/light9/web/timeline/timeline.coffee Mon May 27 06:20:38 2019 +0000 +++ b/light9/web/timeline/timeline.coffee Mon May 27 06:22:34 2019 +0000 @@ -167,7 +167,7 @@ _onGraph: (graph) -> @project = new Project(graph) - @show = 'http://light9.bigasterisk.com/show/dance2018' + @show = 'http://light9.bigasterisk.com/show/dance2019' _onSetAdjuster: () -> @makeZoomAdjs()