[freeside-commits] branch FREESIDE_4_BRANCH updated. 2bd324173312ea6356c68b32f176c46317b28ce0

Ivan ivan at 420.am
Wed Dec 2 23:33:36 PST 2015


The branch, FREESIDE_4_BRANCH has been updated
       via  2bd324173312ea6356c68b32f176c46317b28ce0 (commit)
      from  d116db33829a49e738931fdc7b8f92e39f40e3c7 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 2bd324173312ea6356c68b32f176c46317b28ce0
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Dec 2 23:33:35 2015 -0800

    animate dropped appointments more quickly, RT#34237

diff --git a/rt/share/html/Search/Schedule.html b/rt/share/html/Search/Schedule.html
index ccd844b..726b5cc 100644
--- a/rt/share/html/Search/Schedule.html
+++ b/rt/share/html/Search/Schedule.html
@@ -123,7 +123,7 @@
 
     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?" +

-----------------------------------------------------------------------

Summary of changes:
 rt/share/html/Search/Schedule.html |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)




More information about the freeside-commits mailing list