projects
/
web
/
CedarvilleMarine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2677988
)
Turn off clue tip
author
Steve Sutton
<steve@gaslightmedia.com>
Tue, 14 Apr 2015 14:55:17 +0000
(10:55 -0400)
committer
Steve 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
patch
|
blob
|
history
diff --git
a/Toolkit/FormBuilder.php
b/Toolkit/FormBuilder.php
index
4eb5592
..
f8cc80f
100644
(file)
--- 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'][]