testing jquery auto expand treeview
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 20:22:40 +0000 (15:22 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 20:22:40 +0000 (15:22 -0500)
js/app.js
js/custom/upcp.js

index 2381476..f82953c 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -149,6 +149,9 @@ $(document).ready(function () {
         }  
     } 
     $("document").ready(function() {
+        setTimeout(function() {
+            $(".hitarea").trigger('click');
+        },10);
         setTimeout(function() {
             $(".hitarea").trigger('click');
         },10);
index 33da0e9..4a67188 100644 (file)
@@ -129,6 +129,9 @@ $(document).ready(function () {
         }  
     } 
     $("document").ready(function() {
+        setTimeout(function() {
+            $(".hitarea").trigger('click');
+        },10);
         setTimeout(function() {
             $(".hitarea").trigger('click');
         },10);