From a94dcbe0c13115c2eac7d6e912825976cc77e78c Mon Sep 17 00:00:00 2001 From: Martin Wendt Date: Wed, 18 Jun 2014 18:51:22 +0200 Subject: [PATCH 1/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b0441f96..05ea09aa 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ for details. * [Try the live demo](http://wwwendt.de/tech/fancytree/demo). * [Read the documentation](https://github.com/mar10/fancytree/wiki). + * [Check the Q&A forum](https://groups.google.com/forum/#!forum/fancytree). ### Credits From c4909d01d1bd977fbc10da160f38f9e8e45e5241 Mon Sep 17 00:00:00 2001 From: Martin Wendt Date: Fri, 20 Jun 2014 08:03:16 +0200 Subject: [PATCH 2/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 05ea09aa..61b80c84 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ for details. * [Try the live demo](http://wwwendt.de/tech/fancytree/demo). * [Read the documentation](https://github.com/mar10/fancytree/wiki). - * [Check the Q&A forum](https://groups.google.com/forum/#!forum/fancytree). + * [Check the Q&A forum](https://groups.google.com/forum/#!forum/fancytree) or [Stackoverflow](http://stackoverflow.com/questions/tagged/fancytree) if you have questions. ### Credits From 5514c21ae00519939084a4ec09bfdbfbb876c347 Mon Sep 17 00:00:00 2001 From: Martin Wendt Date: Mon, 23 Jun 2014 16:13:14 +0200 Subject: [PATCH 3/3] [ext-clones]: clear key maps on reload --- src/jquery.fancytree.clones.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/jquery.fancytree.clones.js b/src/jquery.fancytree.clones.js index be0a3990..2f07a6e8 100644 --- a/src/jquery.fancytree.clones.js +++ b/src/jquery.fancytree.clones.js @@ -351,6 +351,11 @@ $.ui.fancytree.registerExtension({ // The default implementation loads initial data this._super(ctx); }, + treeClear: function(ctx){ + ctx.tree.refMap = {}; + ctx.tree.keyMap = {}; + return this._super(ctx); + }, treeRegisterNode: function(ctx, add, node) { var refList, len, tree = ctx.tree,