From eba6d474a0373ce8d3898b76a4929f21680563b7 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 8 Jan 2016 16:00:55 -0500 Subject: [PATCH] adding correct class to click function --- js/app.js | 2 +- js/custom/upcp.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.17.1