From: Anthony Talarico Date: Fri, 8 Jan 2016 21:00:05 +0000 (-0500) Subject: testing timeout function X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=4d9ed29cdc9664d293770d3d08e36d23044c6c01;p=WP-Themes%2Fmichsci.git testing timeout function --- diff --git a/js/app.js b/js/app.js index a15b079..5c71039 100644 --- 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 diff --git a/js/custom/upcp.js b/js/custom/upcp.js index bdc89a6..74d542f 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -133,5 +133,7 @@ $(document).ready(function () { $(".hitarea").trigger('click'); $(".hitarea").click(function(){ }); + + setTimeout($(".expandable").click(), 300); }); }); \ No newline at end of file