From 9b1207089d6ab7ab3e26bb979f2d408057bb0bee Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 8 Jan 2016 15:58:12 -0500 Subject: [PATCH] testing child button click trigger event --- js/app.js | 5 ----- js/custom/upcp.js | 5 ----- 2 files changed, 10 deletions(-) diff --git a/js/app.js b/js/app.js index 7ef6e2a..a15b079 100644 --- a/js/app.js +++ b/js/app.js @@ -151,12 +151,7 @@ $(document).ready(function () { $("document").ready(function() { $(".hitarea").trigger('click'); - setTimeout(function() { - $(".expandable").trigger('click'); - },1000); $(".hitarea").click(function(){ }); - $(".expandable").click(function(){ - }); }); }); \ No newline at end of file diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 382a428..bdc89a6 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -131,12 +131,7 @@ $(document).ready(function () { $("document").ready(function() { $(".hitarea").trigger('click'); - setTimeout(function() { - $(".expandable").trigger('click'); - },1000); $(".hitarea").click(function(){ }); - $(".expandable").click(function(){ - }); }); }); \ No newline at end of file -- 2.17.1