zoneminder/web/skins
stagecoach b7d8f58929 Changed from
div.makeDraggable( { 'container': $('imageFrame'), 'onStart': setActivePoint.pass( i
), 'onSuccess': fixActivePoint.pass( i ), 'onDrag': updateActivePoint.pass( i ) } );

to

div.makeDraggable( { 'container': $('imageFrame'), 'onStart': setActivePoint.pass( i
), 'onComplete': fixActivePoint.pass( i ), 'onDrag': updateActivePoint.pass( i ) } );

So that motion detection areas are properly re-computed and updated in Zone config pages and db.

git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@3144 e3e1d417-86f3-4887-817a-d78f3d33393f
2010-10-12 22:50:49 +00:00
..
classic Changed from 2010-10-12 22:50:49 +00:00
mobile Added in image view to allow event root to be able web root 2010-02-23 09:12:12 +00:00
Makefile.am Removed learn state bits 2008-07-14 14:42:20 +00:00
Makefile.in Updated. 2009-06-24 10:27:28 +00:00