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
 
@@ -262,13 +262,13 @@ class GraphToControls
 
    @activeSettings = new ActiveSettings(@graph)
 
    @effect = null
 

	
 
  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()
 
    @effect = effect
 
    @ctx = @ctxForEffect(@effect)
 
    # are these going to pile up? consider @graph.triggerHandler('GTC sync')
light9/web/timeline/timeline.coffee
Show inline comments
 
@@ -164,13 +164,13 @@ coffeeElementSetup(class TimelineEditor 
 

	
 
  _onSong: (s) ->
 
    @song = @playerSong if @followPlayerSong
 

	
 
  _onGraph: (graph) ->
 
    @project = new Project(graph)
 
    @show = 'http://light9.bigasterisk.com/show/dance2018'
 
    @show = 'http://light9.bigasterisk.com/show/dance2019'
 

	
 
  _onSetAdjuster: () ->
 
    @makeZoomAdjs()
 

	
 
  updateDebugSummary: ->
 
    elemCount = (tag) -> document.getElementsByTagName(tag).length
0 comments (0 inline, 0 general)