Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Sep 5, 2019. It is now read-only.

Commit 1f99c16

Browse files
committed
update
1 parent cef3399 commit 1f99c16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,10 @@
5252
$(function() {
5353
$('.employ-toggle').on('click', function() {
5454
var dropdown = '.expand-dropdown';
55-
var employ = '.employ-toggle';
5655
$(dropdown).fadeToggle('fast');
5756
$(dropdown).on('click', function(e) {
5857
var target = e.target;
58+
var employ = '.employ-toggle';
5959
if (!$(target).is(employ) && !$(target).parents().is(employ)) {
6060
$(dropdown).hide();
6161
}

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /