Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Nicholas J Anderson
whats-open
Commits
024a9ebb
Commit
024a9ebb
authored
Mar 23, 2013
by
Tyler Hallada
Browse files
Prevent page width from extending on search
parent
0133b9ac
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/static/js/typeAhead.js
View file @
024a9ebb
...
...
@@ -34,6 +34,8 @@ $.ajax({
$
(
'
.open:contains("
'
+
ui
.
content
[
result
].
value
+
'
")
'
).
css
(
'
background-color
'
,
'
#FDFFBF
'
);
$
(
'
.closed:contains("
'
+
ui
.
content
[
result
].
value
+
'
")
'
).
css
(
'
background-color
'
,
'
#FDFFBF
'
);
}
// To prevent the page width from extending
$
(
'
.ui-autocomplete
'
).
remove
();
}
});
});
\ 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