From 92b0d6e6eba920d32255082a190ccf20ef251bb3 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 8 Jan 2016 16:16:13 -0500 Subject: [PATCH] tree view file hangs, fixing error --- js/app.js | 3 +-- js/custom/upcp.js | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/js/app.js b/js/app.js index 119845c..b01ca42 100644 --- a/js/app.js +++ b/js/app.js @@ -148,8 +148,7 @@ $(document).ready(function () { }); } } - var $treeview = $(".treeview"); - $treeview.find("ul").css("display", "block"); + // $treeview.find(".hasChildren").css("display", "block"); // $("document").ready(function() { // $(".hitarea").trigger('click'); diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 1c0db0e..7127c96 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -128,8 +128,7 @@ $(document).ready(function () { }); } } - var $treeview = $(".treeview"); - $treeview.find("ul").css("display", "block"); + // $treeview.find(".hasChildren").css("display", "block"); // $("document").ready(function() { // $(".hitarea").trigger('click'); -- 2.17.1