testing expansion of treeview
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 20:20:47 +0000 (15:20 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 20:20:47 +0000 (15:20 -0500)
js/app.js
js/custom/upcp.js

index f4a04a3..2381476 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -147,5 +147,13 @@ $(document).ready(function () {
                 $("." + $(this).val()).show();
             });
         }  
-    }  
+    } 
+    $("document").ready(function() {
+        setTimeout(function() {
+            $(".hitarea").trigger('click');
+        },10);
+        $(".hitarea").click(function(){
+           
+        });
+    });
 });
\ No newline at end of file
index 301eb1c..33da0e9 100644 (file)
@@ -127,5 +127,13 @@ $(document).ready(function () {
                 $("." + $(this).val()).show();
             });
         }  
-    }  
+    } 
+    $("document").ready(function() {
+        setTimeout(function() {
+            $(".hitarea").trigger('click');
+        },10);
+        $(".hitarea").click(function(){
+           
+        });
+    });
 });
\ No newline at end of file