animate dropped appointments more quickly, RT#34237
[freeside.git] / rt / share / html / Search / Schedule.html
index 43680b4..726b5cc 100644 (file)
 
     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?" +
                       #oops, more freeside abstraction-leaking
                       custnum   => $ARGS{custnum},
                       pkgnum    => $ARGS{pkgnum},
+                      RedirectToBasics => $ARGS{RedirectToBasics},
                     ],
 &>