From 80804915daab5704e45948316543fe60db158d66 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 8 Jan 2016 15:23:28 -0500 Subject: [PATCH] reverting test --- js/app.js | 3 --- js/custom/upcp.js | 3 --- 2 files changed, 6 deletions(-) diff --git a/js/app.js b/js/app.js index f82953c..2381476 100644 --- a/js/app.js +++ b/js/app.js @@ -149,9 +149,6 @@ $(document).ready(function () { } } $("document").ready(function() { - setTimeout(function() { - $(".hitarea").trigger('click'); - },10); setTimeout(function() { $(".hitarea").trigger('click'); },10); diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 4a67188..33da0e9 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -129,9 +129,6 @@ $(document).ready(function () { } } $("document").ready(function() { - setTimeout(function() { - $(".hitarea").trigger('click'); - },10); setTimeout(function() { $(".hitarea").trigger('click'); },10); -- 2.17.1