changeset 1874:fc72f550ddcd

annual update of the hardcoded URIs in frontend code that I don't bother to fix Ignore-this: 3c438cd972d3014cca2383f943023b1b
author Drew Perttula <drewp@bigasterisk.com>
date Mon, 27 May 2019 06:22:34 +0000
parents f001d689b3e2
children 382d3c747003
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	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()
--- 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()