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  270b74de901d50acdd6b7bfbb10d4cf8b33c6837 (commit)
      from  591cb09f9568d2fd226f9fab4019e06b472dfe8a (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=270b74de901d50acdd6b7bfbb10d4cf8b33c6837

commit 270b74de901d50acdd6b7bfbb10d4cf8b33c6837
Author: Franck Villaume <[email protected]>
Date:   Sun May 22 13:02:30 2016 +0200

    funky theme: use jquery ui for button & submit

diff --git a/src/www/themes/funky/Theme.class.php 
b/src/www/themes/funky/Theme.class.php
index 3692f47..9ff5a4a 100644
--- a/src/www/themes/funky/Theme.class.php
+++ b/src/www/themes/funky/Theme.class.php
@@ -382,6 +382,8 @@ class Theme_Funky extends Layout {
                                setInterval(function() {
                                                
setTimeout("jQuery(\'.feedback\').hide(\'slow\')", 5000);
                                        }, 5000);
+                               jQuery("button").button();
+                               jQuery(":submit").button();
                        });
                        //]]>'."\n";
                echo html_ac(html_ap() -1);

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

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


hooks/post-receive
-- 
FusionForge

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

Reply via email to