[Fusionforge-commits] FusionForge branch feature/ twig-template-engine updated. efd5bca Added one more missing JS

Roland Mas lolando at libremir.placard.fr.eu.org
Fri Jun 12 16:33:25 CEST 2015


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, feature/twig-template-engine has been updated
       via  efd5bcac5b7f01918292629666a8cc9d11a04f66 (commit)
      from  b863c97ae14b26a217f8d81b8fa2f42cfdb9f00c (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 efd5bcac5b7f01918292629666a8cc9d11a04f66
Author: Roland Mas <lolando at debian.org>
Date:   Fri Jun 12 16:33:03 2015 +0200

    Added one more missing JS

diff --git a/src/www/themes/funky-twig/Theme.class.php b/src/www/themes/funky-twig/Theme.class.php
index 9d1ea11..a7754d0 100644
--- a/src/www/themes/funky-twig/Theme.class.php
+++ b/src/www/themes/funky-twig/Theme.class.php
@@ -186,6 +186,7 @@ class Theme_Funky_Twig extends Theme_Funky {
 										'url' => util_make_uri('/export/rss20_activity.php?group_id='.$GLOBALS['group_id']));
 		}
 
+		use_javascript('/js/common.js');
 		plugin_hook("javascript_file");
 		plugin_hook("css_file");
 		html_use_storage();

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

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

diff --git a/src/www/themes/funky-twig/Theme.class.php b/src/www/themes/funky-twig/Theme.class.php
index 9d1ea11..a7754d0 100644
--- a/src/www/themes/funky-twig/Theme.class.php
+++ b/src/www/themes/funky-twig/Theme.class.php
@@ -186,6 +186,7 @@ class Theme_Funky_Twig extends Theme_Funky {
 										'url' => util_make_uri('/export/rss20_activity.php?group_id='.$GLOBALS['group_id']));
 		}
 
+		use_javascript('/js/common.js');
 		plugin_hook("javascript_file");
 		plugin_hook("css_file");
 		html_use_storage();


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list