# HG changeset patch # User Drew Perttula # Date 2017-05-25 04:09:51 # Node ID cd3e3f50096ac3de08af6370c6473ee891933560 # Parent f2e6d96d02de52e39aa25797b2a26ee8076955d3 #novidref to quiet net requests from timeline Ignore-this: a2ce3fd04578d4a1f2c3e4614146860a diff --git a/light9/web/timeline/timeline.coffee b/light9/web/timeline/timeline.coffee --- a/light9/web/timeline/timeline.coffee +++ b/light9/web/timeline/timeline.coffee @@ -142,7 +142,8 @@ Polymer @viewState.mouse.pos($V([ev.pageX - @root.left, ev.pageY - @root.top])) @$.cursorCanvas.setMouse(@viewState.mouse.pos()) - @sendMouseToVidref() + # should be controlled by a checkbox next to follow-player-song-choice + @sendMouseToVidref() unless window.location.hash.match(/novidref/) sendMouseToVidref: -> now = Date.now()