zoneminder/web/skins/classic
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
..
ajax Updated. 2009-06-24 10:27:28 +00:00
css Updated. 2009-06-24 10:27:28 +00:00
graphics Updated. 2009-06-24 10:27:28 +00:00
includes Playback functionality embedded into exported jpeg event. 2010-09-29 16:19:41 +00:00
js Added in image view to allow event root to be able web root 2010-02-23 09:12:12 +00:00
lang Updated. 2009-06-24 10:27:28 +00:00
views Changed from 2010-10-12 22:50:49 +00:00
Makefile.am git-svn-id: http://svn.zoneminder.com/svn/zm/trunk@2508 e3e1d417-86f3-4887-817a-d78f3d33393f 2008-07-14 13:54:50 +00:00
Makefile.in Updated. 2009-06-24 10:27:28 +00:00
skin.php Continuing development and bugfixes 2008-09-26 09:47:20 +00:00