Turn off clue tip
authorSteve Sutton <steve@gaslightmedia.com>
Tue, 14 Apr 2015 14:55:17 +0000 (10:55 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Tue, 14 Apr 2015 14:55:17 +0000 (10:55 -0400)
Clue tip is not allowing the drop down to work

Toolkit/FormBuilder.php

index 4eb5592..f8cc80f 100644 (file)
@@ -1222,6 +1222,7 @@ abstract class Toolkit_FormBuilder extends HTML_QuickForm
      */
     public function useClueTip()
     {
+        return false;
         $GLOBALS['styleSheets'][]
             = MEDIA_APP_BASE_URL . 'libjs/cluetip/jquery.cluetip.css';
         $GLOBALS['bottomScripts'][]