testing
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 21:17:25 +0000 (16:17 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 21:17:25 +0000 (16:17 -0500)
js/app.js
js/custom/upcp.js

index b01ca42..f571466 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -149,16 +149,10 @@ $(document).ready(function () {
         }  
     } 
 
-//    $treeview.find(".hasChildren").css("display", "block");
-//    $("document").ready(function() {
-//        $(".hitarea").trigger('click');
-//        $(".hitarea").click(function(){ 
-//        });
-//        $(".expandable-hitrea").trigger("click");
-//        $(".expandable-hitrea").click(function() {
-//            
-//        });
-//        
-//        
-//    });
+    $treeview.find(".hasChildren").css("display", "block");
+    $("document").ready(function() {
+        $(".hitarea").trigger('click');
+        $(".hitarea").click(function(){ 
+        });
+    });
 });
\ No newline at end of file
index 7127c96..64af331 100644 (file)
@@ -129,16 +129,10 @@ $(document).ready(function () {
         }  
     } 
 
-//    $treeview.find(".hasChildren").css("display", "block");
-//    $("document").ready(function() {
-//        $(".hitarea").trigger('click');
-//        $(".hitarea").click(function(){ 
-//        });
-//        $(".expandable-hitrea").trigger("click");
-//        $(".expandable-hitrea").click(function() {
-//            
-//        });
-//        
-//        
-//    });
+    $treeview.find(".hasChildren").css("display", "block");
+    $("document").ready(function() {
+        $(".hitarea").trigger('click');
+        $(".hitarea").click(function(){ 
+        });
+    });
 });
\ No newline at end of file