Skip to content

Commit

Permalink
remove email from source code.
Browse files Browse the repository at this point in the history
  • Loading branch information
ztree committed Oct 11, 2019
1 parent b3597ac commit 6fdf459
Show file tree
Hide file tree
Showing 15 changed files with 38 additions and 50 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
jQuery Tree Plugin ---- zTree
============
last verson : 3.5.40
last verson : 3.5.41


**Donate to zTree** : http://www.treejs.cn/v3/donate.php
Expand Down
5 changes: 2 additions & 3 deletions api/apiCss/jquery.ztree.core.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 7 additions & 10 deletions js/jquery.ztree.all.js
Original file line number Diff line number Diff line change
@@ -1,15 +1,14 @@

/*
* JQuery zTree core v3.5.40
* JQuery zTree core v3.5.41
* http://treejs.cn/
*
* Copyright (c) 2010 Hunter.z
*
* Licensed same as jquery - MIT License
* http://www.opensource.org/licenses/mit-license.php
*
* email: [email protected]
* Date: 2019-01-18
* Date: 2019-10-11
*/
(function ($) {
var settings = {}, roots = {}, caches = {},
Expand Down Expand Up @@ -1986,16 +1985,15 @@
consts = zt.consts;
})(jQuery);
/*
* JQuery zTree excheck v3.5.40
* JQuery zTree excheck v3.5.41
* http://treejs.cn/
*
* Copyright (c) 2010 Hunter.z
*
* Licensed same as jquery - MIT License
* http://www.opensource.org/licenses/mit-license.php
*
* email: [email protected]
* Date: 2019-01-18
* Date: 2019-10-11
*/
(function ($) {
//default consts of excheck
Expand Down Expand Up @@ -2177,7 +2175,7 @@
}

zTreeTools.getCheckedNodes = function (checked) {
var checked = (checked !== false);
checked = (checked !== false);
var children = data.nodeChildren(setting, data.getRoot(this.setting));
return data.getTreeCheckedNodes(this.setting, children, checked);
}
Expand Down Expand Up @@ -2637,16 +2635,15 @@
}
})(jQuery);
/*
* JQuery zTree exedit v3.5.40
* JQuery zTree exedit v3.5.41
* http://treejs.cn/
*
* Copyright (c) 2010 Hunter.z
*
* Licensed same as jquery - MIT License
* http://www.opensource.org/licenses/mit-license.php
*
* email: [email protected]
* Date: 2019-01-18
* Date: 2019-10-11
*/
(function ($) {
//default consts of exedit
Expand Down
15 changes: 6 additions & 9 deletions js/jquery.ztree.all.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions js/jquery.ztree.core.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
/*
* JQuery zTree core v3.5.40
* JQuery zTree core v3.5.41
* http://treejs.cn/
*
* Copyright (c) 2010 Hunter.z
*
* Licensed same as jquery - MIT License
* http://www.opensource.org/licenses/mit-license.php
*
* email: [email protected]
* Date: 2019-01-18
* Date: 2019-10-11
*/
(function ($) {
var settings = {}, roots = {}, caches = {},
Expand Down
5 changes: 2 additions & 3 deletions js/jquery.ztree.core.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 3 additions & 4 deletions js/jquery.ztree.excheck.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
/*
* JQuery zTree excheck v3.5.40
* JQuery zTree excheck v3.5.41
* http://treejs.cn/
*
* Copyright (c) 2010 Hunter.z
*
* Licensed same as jquery - MIT License
* http://www.opensource.org/licenses/mit-license.php
*
* email: [email protected]
* Date: 2019-01-18
* Date: 2019-10-11
*/
(function ($) {
//default consts of excheck
Expand Down Expand Up @@ -190,7 +189,7 @@
}

zTreeTools.getCheckedNodes = function (checked) {
var checked = (checked !== false);
checked = (checked !== false);
var children = data.nodeChildren(setting, data.getRoot(this.setting));
return data.getTreeCheckedNodes(this.setting, children, checked);
}
Expand Down
5 changes: 2 additions & 3 deletions js/jquery.ztree.excheck.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions js/jquery.ztree.exedit.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
/*
* JQuery zTree exedit v3.5.40
* JQuery zTree exedit v3.5.41
* http://treejs.cn/
*
* Copyright (c) 2010 Hunter.z
*
* Licensed same as jquery - MIT License
* http://www.opensource.org/licenses/mit-license.php
*
* email: [email protected]
* Date: 2019-01-18
* Date: 2019-10-11
*/
(function ($) {
//default consts of exedit
Expand Down
5 changes: 2 additions & 3 deletions js/jquery.ztree.exedit.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 2 additions & 3 deletions js/jquery.ztree.exhide.js
Original file line number Diff line number Diff line change
@@ -1,14 +1,13 @@
/*
* JQuery zTree exHideNodes v3.5.40
* JQuery zTree exHideNodes v3.5.41
* http://treejs.cn/
*
* Copyright (c) 2010 Hunter.z
*
* Licensed same as jquery - MIT License
* http://www.opensource.org/licenses/mit-license.php
*
* email: [email protected]
* Date: 2019-01-18
* Date: 2019-10-11
*/
(function ($) {
var _setting = {
Expand Down
5 changes: 2 additions & 3 deletions js/jquery.ztree.exhide.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions log v3.x.txt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@

</font>

*2019.10.11* v3.5.41
* [修改] 从 源码中 移除 个人邮箱

*2019.01.18* v3.5.40
* [修改] fuzzySearch.js Thanks @yigger

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zTree_v3",
"description": "zTree is a multi-functional 'tree plug-ins.' based on jQuery. The main advantages of zTree includes excellent performance, flexible configuration, and the combination of multiple functions.",
"version": "3.5.40",
"version": "3.5.41",
"homepage": "http://www.treejs.cn/v3/main.php",
"author": "zTree (https://github.com/zTree)",
"repository": "zTree/zTree",
Expand Down
2 changes: 1 addition & 1 deletion zTree.v3.jquery.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"tree",
"ui"
],
"version": "3.5.40",
"version": "3.5.41",
"author": {
"name": "Zhang QiGang",
"email":"[email protected]",
Expand Down

0 comments on commit 6fdf459

Please sign in to comment.