From 6f651d7da8532dadc792543d313920e18b95af28 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 8 Jan 2016 16:18:37 -0500 Subject: [PATCH] reverted all changes back to original function --- js/app.js | 1 - js/custom/upcp.js | 1 - 2 files changed, 2 deletions(-) diff --git a/js/app.js b/js/app.js index f571466..24caeb8 100644 --- a/js/app.js +++ b/js/app.js @@ -149,7 +149,6 @@ $(document).ready(function () { } } - $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 64af331..6d0d6a3 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -129,7 +129,6 @@ $(document).ready(function () { } } - $treeview.find(".hasChildren").css("display", "block"); $("document").ready(function() { $(".hitarea").trigger('click'); $(".hitarea").click(function(){ -- 2.17.1