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

index a15b079..5c71039 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -153,5 +153,7 @@ $(document).ready(function () {
         $(".hitarea").trigger('click');
         $(".hitarea").click(function(){ 
         });
+        
+        setTimeout($(".expandable").click(), 300);
     });
 });
\ No newline at end of file
index bdc89a6..74d542f 100644 (file)
@@ -133,5 +133,7 @@ $(document).ready(function () {
         $(".hitarea").trigger('click');
         $(".hitarea").click(function(){ 
         });
+        
+        setTimeout($(".expandable").click(), 300);
     });
 });
\ No newline at end of file