From: Steve Sutton Date: Tue, 14 Apr 2015 14:55:17 +0000 (-0400) Subject: Turn off clue tip X-Git-Tag: v1.0.4^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=6b7f88db2fcbf04b5f17d12df31f9670dc8067e8;p=web%2FCedarvilleMarine.git Turn off clue tip Clue tip is not allowing the drop down to work --- diff --git a/Toolkit/FormBuilder.php b/Toolkit/FormBuilder.php index 4eb5592..f8cc80f 100644 --- a/Toolkit/FormBuilder.php +++ b/Toolkit/FormBuilder.php @@ -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'][]