From 0e92e0390aa5161370ba0a3ad3739197a917f947 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Fri, 8 Jan 2016 15:54:45 -0500 Subject: [PATCH] fixing syntax error --- js/app.js | 6 ++---- js/custom/upcp.js | 6 ++---- 2 files changed, 4 insertions(+), 8 deletions(-) diff --git a/js/app.js b/js/app.js index 753b2b4..c162f49 100644 --- a/js/app.js +++ b/js/app.js @@ -152,13 +152,11 @@ $(document).ready(function () { $("document").ready(function() { $(".hitarea").trigger('click'); setTimeout(function() { - $(".expandable).trigger('click'); + $(".expandable").trigger('click'); },10); $(".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 7307617..c8033ab 100644 --- a/js/custom/upcp.js +++ b/js/custom/upcp.js @@ -132,13 +132,11 @@ $(document).ready(function () { $("document").ready(function() { $(".hitarea").trigger('click'); setTimeout(function() { - $(".expandable).trigger('click'); + $(".expandable").trigger('click'); },10); $(".hitarea").click(function(){ }); $(".expandable").click(function(){ - }); - - }); + }); }); \ No newline at end of file -- 2.17.1