From 24a55769d90e7b8e058f57d05527205eb1dec4c3 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 8 Jan 2016 16:13:23 -0500 Subject: [PATCH] reverting changes --- js/app.js | 2 +- js/custom/upcp.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/app.js b/js/app.js index a975787..a589d58 100644 --- a/js/app.js +++ b/js/app.js @@ -150,7 +150,7 @@ $(document).ready(function () { } var $treeview = $(".treeview").find("ul"); $treeview.css("display", "block"); - $treeview.find(".hasChildren").css("display", "block"); +// $treeview.find(".hasChildren").css("display", "block"); // $("document").ready(function() { // $(".hitarea").trigger('click'); // $(".hitarea").click(function(){ diff --git a/js/custom/upcp.js b/js/custom/upcp.js index fa84c00..581b475 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -130,7 +130,7 @@ $(document).ready(function () { } var $treeview = $(".treeview").find("ul"); $treeview.css("display", "block"); - $treeview.find(".hasChildren").css("display", "block"); +// $treeview.find(".hasChildren").css("display", "block"); // $("document").ready(function() { // $(".hitarea").trigger('click'); // $(".hitarea").click(function(){ -- 2.17.1