Skip to content
This repository was archived by the owner on May 5, 2022. It is now read-only.

Commit b3ed995

Browse files
Add files via upload
1 parent 8580dfa commit b3ed995

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

resources/app.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ $( document ).ready(function() {
22
$(function() {
33
$(".innercont").addClass("hider");
44
});
5-
$( ".field" ).click(function() {
5+
$( ".field h1, .icon" ).click(function() {
66
$(this).parent().find(".innercont").toggleClass("hider");
7+
$(this).parent().find(".icon").toggleClass("icon-up");
78
});
89
});

0 commit comments

Comments
 (0)