From: Anthony Talarico Date: Fri, 8 Jan 2016 21:00:55 +0000 (-0500) Subject: adding correct class to click function X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=eba6d474a0373ce8d3898b76a4929f21680563b7;p=WP-Themes%2Fmichsci.git adding correct class to click function --- diff --git a/js/app.js b/js/app.js index 5c71039..e58d6fe 100644 --- a/js/app.js +++ b/js/app.js @@ -154,6 +154,6 @@ $(document).ready(function () { $(".hitarea").click(function(){ }); - setTimeout($(".expandable").click(), 300); + setTimeout($(".expandable-hitarea").click(), 300); }); }); \ No newline at end of file diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 74d542f..9dd7fad 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -134,6 +134,6 @@ $(document).ready(function () { $(".hitarea").click(function(){ }); - setTimeout($(".expandable").click(), 300); + setTimeout($(".expandable-hitarea").click(), 300); }); }); \ No newline at end of file