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
Christopher M Reffett
whats-open
Commits
6a49da9f
Commit
6a49da9f
authored
Sep 19, 2013
by
Renfred Harper
Browse files
Remove foter hiding
Footer is already intially set to display: none
parent
66eda255
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/static/js/grid.js
View file @
6a49da9f
...
...
@@ -9,8 +9,6 @@ function sort_restaurants(filtered_restaurants) {
}
function
construct_grid
(
filtered_restaurants
)
{
// Hide footer while generating grid to prevent it flying across the screen
$
(
'
#footer
'
).
hide
();
$
(
'
#grid
'
).
empty
();
$
(
'
#grid
'
).
html
(
'
<div class="row"></div>
'
);
if
(
filtered_restaurants
.
length
==
0
)
{
...
...
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