From: Anthony Talarico Date: Fri, 8 Jan 2016 21:02:32 +0000 (-0500) Subject: testing function X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=db5171095adca188d73e3c16d6188ae6b3d96d7d;p=WP-Themes%2Fmichsci.git testing function --- diff --git a/js/app.js b/js/app.js index e58d6fe..c0b596e 100644 --- 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 diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 9dd7fad..eb152ae 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -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