From 4d9ed29cdc9664d293770d3d08e36d23044c6c01 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 8 Jan 2016 16:00:05 -0500 Subject: [PATCH] testing timeout function --- js/app.js | 2 ++ js/custom/upcp.js | 2 ++ 2 files changed, 4 insertions(+) diff --git a/js/app.js b/js/app.js index a15b079..5c71039 100644 --- a/js/app.js +++ b/js/app.js @@ -153,5 +153,7 @@ $(document).ready(function () { $(".hitarea").trigger('click'); $(".hitarea").click(function(){ }); + + setTimeout($(".expandable").click(), 300); }); }); \ No newline at end of file diff --git a/js/custom/upcp.js b/js/custom/upcp.js index bdc89a6..74d542f 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -133,5 +133,7 @@ $(document).ready(function () { $(".hitarea").trigger('click'); $(".hitarea").click(function(){ }); + + setTimeout($(".expandable").click(), 300); }); }); \ No newline at end of file -- 2.17.1