Skip to content
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

+1-1
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)