From bb669fe9ba68b28280c4333dbd2b74ea93f4a21b Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 8 Jan 2016 15:56:17 -0500 Subject: [PATCH] testing --- 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 c162f49..7ef6e2a 100644 --- a/js/app.js +++ b/js/app.js @@ -153,7 +153,7 @@ $(document).ready(function () { $(".hitarea").trigger('click'); setTimeout(function() { $(".expandable").trigger('click'); - },10); + },1000); $(".hitarea").click(function(){ }); $(".expandable").click(function(){ diff --git a/js/custom/upcp.js b/js/custom/upcp.js index c8033ab..382a428 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -133,7 +133,7 @@ $(document).ready(function () { $(".hitarea").trigger('click'); setTimeout(function() { $(".expandable").trigger('click'); - },10); + },1000); $(".hitarea").click(function(){ }); $(".expandable").click(function(){ -- 2.17.1