adding correct class to click function
authorAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 21:00:55 +0000 (16:00 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Fri, 8 Jan 2016 21:00:55 +0000 (16:00 -0500)
js/app.js
js/custom/upcp.js

index 5c71039..e58d6fe 100644 (file)
--- a/js/app.js
+++ b/js/app.js
@@ -154,6 +154,6 @@ $(document).ready(function () {
         $(".hitarea").click(function(){ 
         });
         
-        setTimeout($(".expandable").click(), 300);
+        setTimeout($(".expandable-hitarea").click(), 300);
     });
 });
\ No newline at end of file
index 74d542f..9dd7fad 100644 (file)
@@ -134,6 +134,6 @@ $(document).ready(function () {
         $(".hitarea").click(function(){ 
         });
         
-        setTimeout($(".expandable").click(), 300);
+        setTimeout($(".expandable-hitarea").click(), 300);
     });
 });
\ No newline at end of file