diff --git a/Bootstrap.Admin/Views/Shared/_Admin.cshtml b/Bootstrap.Admin/Views/Shared/_Admin.cshtml
index be44bb8d..f5065d06 100644
--- a/Bootstrap.Admin/Views/Shared/_Admin.cshtml
+++ b/Bootstrap.Admin/Views/Shared/_Admin.cshtml
@@ -30,7 +30,7 @@
-
+
@RenderSection("javascript", false)
diff --git a/Bootstrap.Admin/wwwroot/lib/longbow.tree/longbow.tree.js b/Bootstrap.Admin/wwwroot/lib/longbow-tree/longbow-tree.js
similarity index 99%
rename from Bootstrap.Admin/wwwroot/lib/longbow.tree/longbow.tree.js
rename to Bootstrap.Admin/wwwroot/lib/longbow-tree/longbow-tree.js
index 8ed224ae..ca102dc7 100644
--- a/Bootstrap.Admin/wwwroot/lib/longbow.tree/longbow.tree.js
+++ b/Bootstrap.Admin/wwwroot/lib/longbow-tree/longbow-tree.js
@@ -92,7 +92,6 @@
event.preventDefault();
var parentLi = $relativeTarget.parents(Selector.LI).first();
var isOpen = parentLi.hasClass(ClassName.OPEN);
-
if (isOpen) {
this.collapse($(treeviewMenu), parentLi);
} else {