[Fusionforge-commits] FusionForge branch Branch_5_3 updated. e98b22bf0d4cd2502492f087f481c362f34f89ae

Franck VILLAUME nerville at fusionforge.org
Wed Feb 26 22:00:00 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  e98b22bf0d4cd2502492f087f481c362f34f89ae (commit)
      from  d49845fb3440f1e5176d258ccf772e39a4d708a3 (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 e98b22bf0d4cd2502492f087f481c362f34f89ae
Author: Franck Villaume <franck.villaume at trivialdev.com>
Date:   Wed Feb 26 21:58:47 2014 +0100

    my: remove useless js library

diff --git a/src/www/my/index.php b/src/www/my/index.php
index 4176076..e1d511b 100644
--- a/src/www/my/index.php
+++ b/src/www/my/index.php
@@ -5,7 +5,7 @@
  * Copyright 1999-2001, VA Linux Systems, Inc.
  * Copyright 2002-2004, GForge Team
  * Copyright 2009, Roland Mas
- * Copyright 2011-2013, Franck Villaume - TrivialDev
+ * Copyright 2011-2014, Franck Villaume - TrivialDev
  *
  * This file is part of FusionForge. FusionForge is free software;
  * you can redistribute it and/or modify it under the terms of the
@@ -37,7 +37,6 @@ if (!session_loggedin()) { // || $sf_user_hash) {
 }
 
 $user = session_get_user();
-use_javascript('/tabber/tabber.js');
 html_use_jqueryui();
 site_user_header(array('title'=>sprintf(_('Personal Page for %s'), $user->getRealName())));
 

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

Summary of changes:
 src/www/my/index.php |    3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)


hooks/post-receive
-- 
FusionForge



More information about the Fusionforge-commits mailing list