diff options
Diffstat (limited to 'modules_v3')
| -rw-r--r-- | modules_v3/extra_info/module.php | 2 | ||||
| -rw-r--r-- | modules_v3/theme_select/module.php | 2 | ||||
| -rw-r--r-- | modules_v3/tree/js/treeview.js | 6 |
3 files changed, 0 insertions, 10 deletions
diff --git a/modules_v3/extra_info/module.php b/modules_v3/extra_info/module.php index d6fb3007d5..e58a66a3e6 100644 --- a/modules_v3/extra_info/module.php +++ b/modules_v3/extra_info/module.php @@ -17,8 +17,6 @@ // You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// $Id: module.php 11459 2011-05-04 23:37:08Z nigel $
if (!defined('WT_WEBTREES')) {
header('HTTP/1.0 403 Forbidden');
diff --git a/modules_v3/theme_select/module.php b/modules_v3/theme_select/module.php index 381a806cd2..f0ac4823cd 100644 --- a/modules_v3/theme_select/module.php +++ b/modules_v3/theme_select/module.php @@ -20,8 +20,6 @@ // You should have received a copy of the GNU General Public License
// along with this program; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-//
-// $Id: module.php 13034 2011-12-12 13:10:58Z greg $
if (!defined('WT_WEBTREES')) {
header('HTTP/1.0 403 Forbidden');
diff --git a/modules_v3/tree/js/treeview.js b/modules_v3/tree/js/treeview.js index df42dd33a1..2a0dafd696 100644 --- a/modules_v3/tree/js/treeview.js +++ b/modules_v3/tree/js/treeview.js @@ -1,10 +1,6 @@ /** * TreeViewHandler * - * Tips : - * - for loops are much faster than using each - * - return false is required in functions - * * Copyright (C) 2013 webtrees development team * * This program is free software; you can redistribute it and/or modify @@ -20,8 +16,6 @@ * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - * - * $Id: module.php 13046 2011-12-13 10:24:32Z greg $ */ function TreeViewHandler(treeviewInstance, allPartners) { this.treeview = jQuery("#" + treeviewInstance + "_in"); |
