This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "FusionForge".

The branch, master has been updated
       via  9311891b7ec6973b8b8ac017e24f374c38a07687 (commit)
      from  863c99f8928d727b9c5cbab2a0d3b034e894655a (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 -----------------------------------------------------------------
https://scm.fusionforge.org/anonscm/gitweb/?p=fusionforge/fusionforge.git;a=commitdiff;h=9311891b7ec6973b8b8ac017e24f374c38a07687

commit 9311891b7ec6973b8b8ac017e24f374c38a07687
Author: Franck Villaume <[email protected]>
Date:   Sun Jan 10 17:58:19 2016 +0100

    theme funky: make the tooltip disappear automatically. Avoid annoying 
tooltip overlap & continuous display

diff --git a/src/www/themes/funky/Theme.class.php 
b/src/www/themes/funky/Theme.class.php
index fc6d5d4..62a5160 100644
--- a/src/www/themes/funky/Theme.class.php
+++ b/src/www/themes/funky/Theme.class.php
@@ -5,7 +5,7 @@
  * Copyright 2010, Antoine Mercadal - Capgemini
  * Copyright 2010, Marc-Etienne Vargenau, Alcatel-Lucent
  * Copyright 2011, Franck Villaume - Capgemini
- * Copyright 2011-2014, Franck Villaume - TrivialDev
+ * Copyright 2011-2015, Franck Villaume - TrivialDev
  * Copyright (C) 2011 Alain Peyrat - Alcatel-Lucent
  *
  * This file is part of FusionForge. FusionForge is free software;
@@ -390,7 +390,17 @@ class Theme_Funky extends Layout {
                        echo '  //<![CDATA[
                                jQuery(document).ready(
                                        function() {
-                                               jQuery(document).tooltip();
+                                               jQuery(document).tooltip({
+                                                               show: {
+                                                                       effect: 
\'slideDown\'
+                                                                       },
+                                                               track: true,
+                                                               open: function 
(event, ui) {
+                                                                       
setTimeout(function () {
+                                                                               
jQuery(ui.tooltip).hide(\'slideUp\');
+                                                                               
}, 5000);
+                                                                       }
+                                                               });
                                        }
                                );
                        //]]>'."\n";

-----------------------------------------------------------------------

Summary of changes:
 src/www/themes/funky/Theme.class.php | 14 ++++++++++++--
 1 file changed, 12 insertions(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge

_______________________________________________
Fusionforge-commits mailing list
[email protected]
http://lists.fusionforge.org/cgi-bin/mailman/listinfo/fusionforge-commits

Reply via email to