Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
gem
capsuledb
Commits
6da47550
Commit
6da47550
authored
Feb 28, 2012
by
Bertrand NÉRON
Browse files
fix typo in #strainInput keypress handler (wich -> which)
parent
33196b88
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/couchapp/secreton/_attachments/index.html
View file @
6da47550
...
...
@@ -153,7 +153,7 @@ $(".tooltip a" , "#results").live('mouseenter', function(){
});
$
(
"
#strainInput
"
).
keypress
(
function
(
event
){
if
(
event
.
wich
==
13
){
if
(
event
.
w
h
ich
==
13
){
strain
=
$
(
this
).
attr
(
"
value
"
);
params
=
{
key
:
'
"
'
+
strain
+
'
"
'
};
get_results
(
'
by_replicon_strain
'
,
params
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment