From 7b4a15ef2768d1edfa24d10ce1c58398b8691694 Mon Sep 17 00:00:00 2001 From: huam01 Date: Mon, 30 Mar 2015 08:52:28 -0400 Subject: [PATCH] The tree doesn't display correctly in IE 8 because of this useless quote. I've tried on your website and the problem is the same. With this little fix, it'll display correctly with chrome, firefox, IE 11 as well as IE 8, IE 9 and IE 10. --- jquery.easytree.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jquery.easytree.js b/jquery.easytree.js index 2b870d4..8b68706 100644 --- a/jquery.easytree.js +++ b/jquery.easytree.js @@ -723,7 +723,7 @@ var forceOpenNode = level < _settings.minOpenLevels; var ulStyle = level == 0 || display || forceOpenNode ? "" : " style='display:none' "; - html += '