Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Discuss Data Project
Discuss Data
Commits
352c1d31
Commit
352c1d31
authored
Apr 25, 2020
by
felix.herrmann
Browse files
fix(comment): add comment to js functions
parent
df850c26
Changes
1
Hide whitespace changes
Inline
Side-by-side
discuss_data/static/js/project.js
View file @
352c1d31
...
...
@@ -35,12 +35,16 @@ function tagTypeahead(tagType, urlString){
});
};
$
(
"
#search-top
"
).
keyup
(
function
()
{
$
(
"
#search-middle
"
).
val
(
this
.
value
);
$
(
"
#queryfield
"
).
val
(
this
.
value
);
/*
* Mirrored typing for searching
*/
$
(
"
.search-top
"
).
keyup
(
function
()
{
$
(
"
.search-middle
"
).
val
(
this
.
value
);
$
(
"
.queryfield
"
).
val
(
this
.
value
);
});
$
(
"
#
search-middle
"
).
keyup
(
function
()
{
$
(
"
#
search-top
"
).
val
(
this
.
value
);
$
(
"
#
queryfield
"
).
val
(
this
.
value
);
$
(
"
.
search-middle
"
).
keyup
(
function
()
{
$
(
"
.
search-top
"
).
val
(
this
.
value
);
$
(
"
.
queryfield
"
).
val
(
this
.
value
);
});
\ No newline at end of file
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