Skip to content

Commit

Permalink
fixed issue: if the count of drag nodes is more than maxShowNodeNum, …
Browse files Browse the repository at this point in the history
…will change some node's selected state.
  • Loading branch information
ztree committed Jan 7, 2014
1 parent 1e8a144 commit e21ee18
Show file tree
Hide file tree
Showing 14 changed files with 35 additions and 37 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.16-beta.7
last verson : 3.5.16-beta.8


**Donate to zTree** : http://www.ztree.me/v3/donate.php
Expand Down
4 changes: 2 additions & 2 deletions api/apiCss/jquery.ztree.core-3.5.js

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

13 changes: 6 additions & 7 deletions js/jquery.ztree.all-3.5.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

/*
* JQuery zTree core v3.5.16-beta.7
* JQuery zTree core v3.5.16-beta.8
* http://zTree.me/
*
* Copyright (c) 2010 Hunter.z
Expand All @@ -9,7 +9,7 @@
* http://www.opensource.org/licenses/mit-license.php
*
* email: [email protected]
* Date: 2014-01-05
* Date: 2014-01-07
*/
(function($){
var settings = {}, roots = {}, caches = {},
Expand Down Expand Up @@ -1678,7 +1678,7 @@
consts = zt.consts;
})(jQuery);
/*
* JQuery zTree excheck v3.5.16-beta.7
* JQuery zTree excheck v3.5.16-beta.8
* http://zTree.me/
*
* Copyright (c) 2010 Hunter.z
Expand All @@ -1687,7 +1687,7 @@
* http://www.opensource.org/licenses/mit-license.php
*
* email: [email protected]
* Date: 2014-01-05
* Date: 2014-01-07
*/
(function($){
//default consts of excheck
Expand Down Expand Up @@ -2307,7 +2307,7 @@
}
})(jQuery);
/*
* JQuery zTree exedit v3.5.16-beta.7
* JQuery zTree exedit v3.5.16-beta.8
* http://zTree.me/
*
* Copyright (c) 2010 Hunter.z
Expand All @@ -2316,7 +2316,7 @@
* http://www.opensource.org/licenses/mit-license.php
*
* email: [email protected]
* Date: 2014-01-05
* Date: 2014-01-07
*/
(function($){
//default consts of exedit
Expand Down Expand Up @@ -2708,7 +2708,6 @@
if (i == setting.edit.drag.maxShowNodeNum-1) {
tmpDom = $$("<li id='"+ tmpNode.tId +"_moretmp'><a> ... </a></li>", setting);
curNode.append(tmpDom);
break;
}
}
curNode.attr("id", nodes[0].tId + consts.id.UL + "_tmp");
Expand Down
14 changes: 7 additions & 7 deletions js/jquery.ztree.all-3.5.min.js

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

4 changes: 2 additions & 2 deletions js/jquery.ztree.core-3.5.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* JQuery zTree core v3.5.16-beta.7
* JQuery zTree core v3.5.16-beta.8
* http://zTree.me/
*
* Copyright (c) 2010 Hunter.z
Expand All @@ -8,7 +8,7 @@
* http://www.opensource.org/licenses/mit-license.php
*
* email: [email protected]
* Date: 2014-01-05
* Date: 2014-01-07
*/
(function($){
var settings = {}, roots = {}, caches = {},
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.ztree.core-3.5.min.js

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

4 changes: 2 additions & 2 deletions js/jquery.ztree.excheck-3.5.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* JQuery zTree excheck v3.5.16-beta.7
* JQuery zTree excheck v3.5.16-beta.8
* http://zTree.me/
*
* Copyright (c) 2010 Hunter.z
Expand All @@ -8,7 +8,7 @@
* http://www.opensource.org/licenses/mit-license.php
*
* email: [email protected]
* Date: 2014-01-05
* Date: 2014-01-07
*/
(function($){
//default consts of excheck
Expand Down
4 changes: 2 additions & 2 deletions js/jquery.ztree.excheck-3.5.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-3.5.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* JQuery zTree exedit v3.5.16-beta.7
* JQuery zTree exedit v3.5.16-beta.8
* http://zTree.me/
*
* Copyright (c) 2010 Hunter.z
Expand All @@ -8,7 +8,7 @@
* http://www.opensource.org/licenses/mit-license.php
*
* email: [email protected]
* Date: 2014-01-05
* Date: 2014-01-07
*/
(function($){
//default consts of exedit
Expand Down Expand Up @@ -400,7 +400,6 @@
if (i == setting.edit.drag.maxShowNodeNum-1) {
tmpDom = $$("<li id='"+ tmpNode.tId +"_moretmp'><a> ... </a></li>", setting);
curNode.append(tmpDom);
break;
}
}
curNode.attr("id", nodes[0].tId + consts.id.UL + "_tmp");
Expand Down
6 changes: 3 additions & 3 deletions js/jquery.ztree.exedit-3.5.min.js

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

4 changes: 2 additions & 2 deletions js/jquery.ztree.exhide-3.5.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* JQuery zTree exHideNodes v3.5.16-beta.7
* JQuery zTree exHideNodes v3.5.16-beta.8
* http://zTree.me/
*
* Copyright (c) 2010 Hunter.z
Expand All @@ -8,7 +8,7 @@
* http://www.opensource.org/licenses/mit-license.php
*
* email: [email protected]
* Date: 2014-01-05
* Date: 2014-01-07
*/
(function($){
//default init node of exLib
Expand Down
Loading

0 comments on commit e21ee18

Please sign in to comment.