tree view file hangs, fixing error
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 21:16:13 +0000 (16:16 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 21:16:13 +0000 (16:16 -0500)
js/app.js
js/custom/upcp.js

index 119845c..b01ca42 100644 (file)
--- 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');
index 1c0db0e..7127c96 100644 (file)
@@ -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');