From e5a9552314060b734e45427ff0280121b08e6ac0 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 8 Jan 2016 15:26:03 -0500 Subject: [PATCH] testing expandable hit area jquery click function --- js/app.js | 6 ++++++ js/custom/upcp.js | 6 ++++++ 2 files changed, 12 insertions(+) diff --git a/js/app.js b/js/app.js index 2381476..c8d9df5 100644 --- a/js/app.js +++ b/js/app.js @@ -152,8 +152,14 @@ $(document).ready(function () { setTimeout(function() { $(".hitarea").trigger('click'); },10); + setTimeout(function() { + $(".expandable-hitarea").trigger('click'); + },10); $(".hitarea").click(function(){ + }); + $(".expandable-hitarea").click(function(){ + }); }); }); \ No newline at end of file diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 33da0e9..44b4fd7 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -132,8 +132,14 @@ $(document).ready(function () { setTimeout(function() { $(".hitarea").trigger('click'); },10); + setTimeout(function() { + $(".expandable-hitarea").trigger('click'); + },10); $(".hitarea").click(function(){ + }); + $(".expandable-hitarea").click(function(){ + }); }); }); \ No newline at end of file -- 2.17.1