Changeset - fc72f550ddcd
[Not reviewed]
default
0 2 0
Drew Perttula - 6 years ago 2019-05-27 06:22:34
drewp@bigasterisk.com
annual update of the hardcoded URIs in frontend code that I don't bother to fix
Ignore-this: 3c438cd972d3014cca2383f943023b1b
2 files changed with 2 insertions and 2 deletions:
0 comments (0 inline, 0 general)
light9/web/live/live.coffee
Show inline comments
 
@@ -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()
light9/web/timeline/timeline.coffee
Show inline comments
 
@@ -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()
0 comments (0 inline, 0 general)