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  9a6bbd786ef54144a60f818b4c3e15cc6ff7d9b6 (commit)
      from  77d393c053cf31478abb5afb46f9191f82997118 (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=9a6bbd786ef54144a60f818b4c3e15cc6ff7d9b6

commit 9a6bbd786ef54144a60f818b4c3e15cc6ff7d9b6
Author: Franck Villaume <[email protected]>
Date:   Wed Sep 20 12:47:11 2017 +0000

    do not enable selectmenu in tracker form. It breaks too much things

diff --git a/src/www/themes/funky/Theme.class.php 
b/src/www/themes/funky/Theme.class.php
index 896d0ce..62bf208 100644
--- a/src/www/themes/funky/Theme.class.php
+++ b/src/www/themes/funky/Theme.class.php
@@ -76,7 +76,7 @@ class Theme_Funky extends Layout {
                                jQuery(":button").button();
                                jQuery("[id^=tabber").tabs();
                                
jQuery("input").filter(\'[type="number"]\').spinner();
-                               
jQuery("select").filter(":visible").not(\'[multiple="multiple"]\').selectmenu({change:
 function( event, ui ) {
+                               
jQuery("select").filter(":visible").not(\'[multiple="multiple"],[form="trackerform"]\').selectmenu({change:
 function( event, ui ) {
                                                                if 
(ui.item.element.context.parentNode.id == "quicknav") {
                                                                        
location.href = ui.item.value;
                                                                }

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

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


hooks/post-receive
-- 
FusionForge

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

Reply via email to