From: Anthony Talarico Date: Fri, 8 Jan 2016 20:58:12 +0000 (-0500) Subject: testing child button click trigger event X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=9b1207089d6ab7ab3e26bb979f2d408057bb0bee;p=WP-Themes%2Fmichsci.git testing child button click trigger event --- diff --git a/js/app.js b/js/app.js index 7ef6e2a..a15b079 100644 --- 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 diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 382a428..bdc89a6 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -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