Fix opening QR scrolling us to the end of the page.

This commit is contained in:
Nicolas Stepien 2013-04-15 18:59:58 +02:00
parent c55b071c71
commit 59df1a3e07

View File

@ -4,6 +4,7 @@ UI = do ->
className: 'dialog'
innerHTML: html
id: id
el.style.cssText = position
$.get "#{id}.position", position, (item) ->
el.style.cssText = item["#{id}.position"]
$.on $('.move', el), 'touchstart mousedown', dragstart