# HG changeset patch # User Drew Perttula # Date 1495685391 0 # Node ID cd3e3f50096ac3de08af6370c6473ee891933560 # Parent f2e6d96d02de52e39aa25797b2a26ee8076955d3 #novidref to quiet net requests from timeline Ignore-this: a2ce3fd04578d4a1f2c3e4614146860a diff -r f2e6d96d02de -r cd3e3f50096a light9/web/timeline/timeline.coffee --- a/light9/web/timeline/timeline.coffee Thu May 25 04:04:42 2017 +0000 +++ b/light9/web/timeline/timeline.coffee Thu May 25 04:09:51 2017 +0000 @@ -142,7 +142,8 @@ @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()