Skip to content

Elements in this collection are no longer displaying #153

Answered by evanwill
cgrillo98 asked this question in Q&A
Discussion options

You must be logged in to vote

@cgrillo98 the Browse javascript was broken by a change you made to "_layouts/browse.html", this commit,
cdigitaljaveriana/museogif@804a284

Change this line:
<div class="row" id="browse"></div>
back to:
<div class="row" id="browseItems"></div>

The javascript is looking for that id "browseItems" to add the item cards, so with out it the Browse page breaks!

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@cgrillo98
Comment options

Answer selected by cgrillo98
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants