From 37e51e3b0410a4a8977c32404d2853915ed1c33c Mon Sep 17 00:00:00 2001
From: Peter Rotich <peter@osticket.com>
Date: Wed, 24 Sep 2014 22:01:31 +0000
Subject: [PATCH] Show dependent fields fast

---
 include/class.forms.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/class.forms.php b/include/class.forms.php
index 13d2c42a5..0ebf717d8 100644
--- a/include/class.forms.php
+++ b/include/class.forms.php
@@ -2156,7 +2156,7 @@ class VisibilityConstraint {
         $expression = $this->compileQ($this->constraint, $form);
 ?>
           if (<?php echo $expression; ?>)
-            target.slideDown('slow', function (){
+            target.slideDown('fast', function (){
                 $(this).trigger('show');
                 });
           else
-- 
GitLab