fixing syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 21:14:49 +0000 (16:14 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 21:14:49 +0000 (16:14 -0500)
js/app.js
js/custom/upcp.js

index a589d58..119845c 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -148,8 +148,8 @@ $(document).ready(function () {
             });
         }  
     } 
-    var $treeview =  $(".treeview").find("ul");
-   $treeview.css("display", "block");
+    var $treeview =  $(".treeview");
+   $treeview.find("ul").css("display", "block");
 //    $treeview.find(".hasChildren").css("display", "block");
 //    $("document").ready(function() {
 //        $(".hitarea").trigger('click');
index 581b475..1c0db0e 100644 (file)
@@ -128,8 +128,8 @@ $(document).ready(function () {
             });
         }  
     } 
-    var $treeview =  $(".treeview").find("ul");
-   $treeview.css("display", "block");
+    var $treeview =  $(".treeview");
+   $treeview.find("ul").css("display", "block");
 //    $treeview.find(".hasChildren").css("display", "block");
 //    $("document").ready(function() {
 //        $(".hitarea").trigger('click');