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

index e58d6fe..c0b596e 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -153,7 +153,11 @@ $(document).ready(function () {
         $(".hitarea").trigger('click');
         $(".hitarea").click(function(){ 
         });
+        $(".expandable-hitrea").trigger("click");
+        $(".expandable-hitrea").click(function() {
+            
+        });
+        
         
-        setTimeout($(".expandable-hitarea").click(), 300);
     });
 });
\ No newline at end of file
index 9dd7fad..eb152ae 100644 (file)
@@ -133,7 +133,11 @@ $(document).ready(function () {
         $(".hitarea").trigger('click');
         $(".hitarea").click(function(){ 
         });
+        $(".expandable-hitrea").trigger("click");
+        $(".expandable-hitrea").click(function() {
+            
+        });
+        
         
-        setTimeout($(".expandable-hitarea").click(), 300);
     });
 });
\ No newline at end of file