Skip to content
Features
Business
Explore
Pricing
This repository
Sign in
or
Sign up
Watch
18
Star
182
Fork
87
FezVrasta
/
dropdown.js
Code
Issues
16
Pull requests
3
Projects
0
Pulse
Graphs
Permalink
Browse files
Remove console logging
master
(
#43
)
1 parent
b227a5e
commit
aa6af20a9a9631452acf1d30886bb9d6c78fe51a
Chris Trinh
committed
May 12, 2016
Unified
Split
Showing
1 changed file
with
0 additions
and
1 deletion
.
+0
−1
jquery.dropdown.js
Show comments
View
1
jquery.dropdown.js
@@ -253,7 +253,6 @@
},
select
:
function
(
target
) {
var
$target
=
$
(
this
).
find
(
"
[value=
\"
"
+
target
+
"
\"
]
"
);
-
console
.
log
(
"
called from select
"
);
methods
.
_select
(
$
(
this
), $target);
},
_select
:
function
(
$dropdown
,
$target
) {
Toggle all file notes
0 comments on commit
aa6af20
Please
sign in
to comment.
You can't perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
0 comments on commit
aa6af20