[Fusionforge-commits] FusionForge branch Branch_5_3 updated. 3fdda5d2d322291ed218b5bcf70de01bb5335efb

Franck VILLAUME nerville at fusionforge.org
Mon Feb 24 10:58:45 CET 2014


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, Branch_5_3 has been updated
       via  3fdda5d2d322291ed218b5bcf70de01bb5335efb (commit)
      from  01a02e2ca5fbf3d136e95cf067976db9521e7320 (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 -----------------------------------------------------------------
commit 3fdda5d2d322291ed218b5bcf70de01bb5335efb
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Mon Feb 24 10:58:15 2014 +0100

    themes: no need to load simpleMenu js all the time

diff --git a/src/www/themes/funky-wOw/Theme.class.php b/src/www/themes/funky-wOw/Theme.class.php
index 9a739a4..5bf0862 100644
--- a/src/www/themes/funky-wOw/Theme.class.php
+++ b/src/www/themes/funky-wOw/Theme.class.php
@@ -424,7 +424,6 @@ class Theme extends Layout {
 		}
 		html_use_tooltips();
 		html_use_storage();
-		html_use_simplemenu();
 		html_use_coolfieldset();
 		html_use_jqueryui();
 		echo $this->getJavascripts();
diff --git a/src/www/themes/funky/Theme.class.php b/src/www/themes/funky/Theme.class.php
index 9e417ed..72422d4 100644
--- a/src/www/themes/funky/Theme.class.php
+++ b/src/www/themes/funky/Theme.class.php
@@ -440,7 +440,6 @@ class Theme extends Layout {
 		}
 		html_use_tooltips();
 		html_use_storage();
-		html_use_simplemenu();
 		html_use_coolfieldset();
 		html_use_jqueryui();
 		echo $this->getJavascripts();

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

Summary of changes:
 src/www/themes/funky-wOw/Theme.class.php |    1 -
 src/www/themes/funky/Theme.class.php     |    1 -
 2 files changed, 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list