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
Zoheb Lokhandwala
whats-open
Commits
e0dfe47c
Commit
e0dfe47c
authored
Sep 18, 2013
by
Renfred Harper
Browse files
Remove unecessecary last selector
parent
d0f8a41f
Changes
1
Hide whitespace changes
Inline
Side-by-side
website/static/js/grid.js
View file @
e0dfe47c
...
...
@@ -24,7 +24,7 @@ function construct_grid(filtered_restaurants) {
open_class
=
'
opened
'
;
}
// Append the data into the Bootstrap scaffolding
$
(
'
#grid .row
'
).
last
().
append
(
$
(
'
#grid .row
'
).
append
(
'
<div class="col-sm-6 col-md-4 col-lg-3 grid-box id="
'
+
restaurant
.
id
+
'
">
\
<div class="restaurant
'
+
open_class
+
'
">
'
+
restaurant
.
name
+
'
</div>
\
</div>
'
...
...
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