From db5171095adca188d73e3c16d6188ae6b3d96d7d Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 8 Jan 2016 16:02:32 -0500 Subject: [PATCH] testing function --- js/app.js | 6 +++++- js/custom/upcp.js | 6 +++++- 2 files changed, 10 insertions(+), 2 deletions(-) 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 -- 2.17.1