From f85d41f1f66a4928029b9ca88a881148361dccb3 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 8 Jan 2016 15:52:08 -0500 Subject: [PATCH] fixing syntax error --- 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 55a6c4d..753b2b4 100644 --- a/js/app.js +++ b/js/app.js @@ -148,7 +148,7 @@ $(document).ready(function () { }); } } - window.onload = + $("document").ready(function() { $(".hitarea").trigger('click'); setTimeout(function() { diff --git a/js/custom/upcp.js b/js/custom/upcp.js index 594699a..7307617 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -128,7 +128,7 @@ $(document).ready(function () { }); } } - window.onload = + $("document").ready(function() { $(".hitarea").trigger('click'); setTimeout(function() { -- 2.17.1