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

Commit 1291650

Browse files
small fix on behaviour
1 parent ba55c31 commit 1291650

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ $( document ).ready(function() {
33
$(".innercont").addClass("hider");
44
});
55
$( ".field" ).click(function() {
6-
$(this).find(".innercont").toggleClass("hider");
6+
$(this).parent().find(".innercont").toggleClass("hider");
77
});
88
});

0 commit comments

Comments
 (0)