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 9f3d7487d679ebe6c9390ff865fa05bcb51d1714 (commit)
from 7d0d49e3dad13c75f7f7729c986080a9d605499d (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=9f3d7487d679ebe6c9390ff865fa05bcb51d1714
commit 9f3d7487d679ebe6c9390ff865fa05bcb51d1714
Author: Franck Villaume <[email protected]>
Date: Wed Sep 13 14:56:14 2017 +0000
fix syntax
diff --git a/src/www/themes/funky/Theme.class.php
b/src/www/themes/funky/Theme.class.php
index 2393373..896d0ce 100644
--- a/src/www/themes/funky/Theme.class.php
+++ b/src/www/themes/funky/Theme.class.php
@@ -75,7 +75,7 @@ class Theme_Funky extends Layout {
jQuery(":reset").button();
jQuery(":button").button();
jQuery("[id^=tabber").tabs();
-
jQuery('input').filter('[type="number"]').spinner();
+
jQuery("input").filter(\'[type="number"]\').spinner();
jQuery("select").filter(":visible").not(\'[multiple="multiple"]\').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