Changeset - 3ffadb9f00cd
[Not reviewed]
default
0 1 0
drewp@bigasterisk.com - 7 years ago 2018-06-08 05:52:52
drewp@bigasterisk.com
forgot a 2018
Ignore-this: b1dbaaf9ac317601ec0e9006907204a1
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
light9/web/live/live.coffee
Show inline comments
 
@@ -158,13 +158,13 @@ class GraphToControls
 

	
 
    @effect = null
 

	
 
  ctxForEffect: (effect) ->
 
    @graph.Uri(effect.value.replace(
 
      "light9.bigasterisk.com/effect",
 
      "light9.bigasterisk.com/show/dance2017/effect"))
 
      "light9.bigasterisk.com/show/dance2018/effect"))
 
      
 
  setEffect: (effect) ->
 
    @clearSettings()
 
    @effect = effect
 
    @ctx = @ctxForEffect(@effect)
 
    # are these going to pile up? consider @graph.triggerHandler('GTC sync')
0 comments (0 inline, 0 general)