Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
### Fixed
- swagger lint action
- When downloading a file with a `'` in the name it would save the file as blob
-
- Fix for a rare race condition with masonry where tiles could end up overlapping in space page.

### Changed
- Changed `Enabled By SuperAdmin` to read `Enabled by Server Admin` [#344](https://github.com/clowder-framework/clowder/issues/344)

Expand Down
2 changes: 1 addition & 1 deletion app/views/spaces/space.scala.html
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ <h3>@Messages("collections.title")</h3>
match.masonry();

// layout Masonry again after all images have loaded
imagesLoaded( '.tiled-image', function() {
imagesLoaded( match, function() {
match.masonry({
itemSelector: '.tiled-image',
columnWidth: '.post-box',
Expand Down