animate dropped appointments more quickly, RT#34237
authorIvan Kohler <ivan@freeside.biz>
Thu, 3 Dec 2015 07:33:34 +0000 (23:33 -0800)
committerIvan Kohler <ivan@freeside.biz>
Thu, 3 Dec 2015 07:33:34 +0000 (23:33 -0800)
rt/share/html/Search/Schedule.html

index ccd844b..726b5cc 100644 (file)
 
     var draggable = ui.draggable;
     var droppable = $(this);
 
     var draggable = ui.draggable;
     var droppable = $(this);
-    draggable.effect( "transfer", { to: droppable }, 1000 );
+    draggable.effect( "transfer", { to: droppable }, 420 );
 
 %   #tell the backend to reschedule it
     var url = "<% popurl(3) %>misc/xmlhttp-ticket-update.html?" +
 
 %   #tell the backend to reschedule it
     var url = "<% popurl(3) %>misc/xmlhttp-ticket-update.html?" +