[freeside-commits] branch master updated. 0e0721781e697084059e9f7648401583783d07f8

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


The branch, master has been updated
       via  0e0721781e697084059e9f7648401583783d07f8 (commit)
      from  11e14b5e8d431d0414a9a07fc340a106102032ef (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 0e0721781e697084059e9f7648401583783d07f8
Author: Ivan Kohler <ivan at freeside.biz>
Date:   Wed Dec 2 23:33:34 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