fixing syntax error
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 20:54:45 +0000 (15:54 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 20:54:45 +0000 (15:54 -0500)
js/app.js
js/custom/upcp.js

index 753b2b4..c162f49 100644 (file)
--- 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
index 7307617..c8033ab 100644 (file)
@@ -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