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
Simon Daron
panikweb
Commits
c5072b22
Commit
c5072b22
authored
Sep 28, 2013
by
fred
Browse files
fix catching of submit on main nav search form
parent
92927c48
Changes
1
Show whitespace changes
Inline
Side-by-side
panikweb_templates/static/js/specifics.js
View file @
c5072b22
...
...
@@ -409,7 +409,7 @@ $(function() {
return
false
;
}
$
(
'
#nav-search a
'
).
unbind
(
'
click
'
).
on
(
'
click
'
,
navsearch_click
);
$
(
'
#nav-search
a
'
).
unbind
(
'
submit
'
).
on
(
'
submit
'
,
navsearch_click
);
$
(
'
#nav-search
form
'
).
unbind
(
'
submit
'
).
on
(
'
submit
'
,
navsearch_click
);
}
init
();
...
...
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