testing child button click trigger event
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 20:58:12 +0000 (15:58 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 20:58:12 +0000 (15:58 -0500)
js/app.js
js/custom/upcp.js

index 7ef6e2a..a15b079 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -151,12 +151,7 @@ $(document).ready(function () {
    
     $("document").ready(function() {
         $(".hitarea").trigger('click');
-        setTimeout(function() {
-            $(".expandable").trigger('click');
-        },1000);
         $(".hitarea").click(function(){ 
         });
-        $(".expandable").click(function(){ 
-        });
     });
 });
\ No newline at end of file
index 382a428..bdc89a6 100644 (file)
@@ -131,12 +131,7 @@ $(document).ready(function () {
    
     $("document").ready(function() {
         $(".hitarea").trigger('click');
-        setTimeout(function() {
-            $(".expandable").trigger('click');
-        },1000);
         $(".hitarea").click(function(){ 
         });
-        $(".expandable").click(function(){ 
-        });
     });
 });
\ No newline at end of file