Skip to content

Commit ef11f92

Browse files
robkooperlmarini
andauthored
fixed loading masonry from subpath (#336)
Co-authored-by: Luigi Marini <[email protected]>
1 parent b9d5156 commit ef11f92

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8-
## 1.20.1 - 2022-3-28
8+
## Unreleased
9+
10+
### Fixed
11+
- masonry package was not loaded from right location sometimes
912

1013
### Added
1114

app/views/curations/publishedGrid.scala.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,8 @@
6666

6767
<script src="@routes.Assets.at("javascripts/filtrify.js")" type="text/javascript"></script>
6868
<link rel="stylesheet" href="@routes.Assets.at("stylesheets/filtrify.css")">
69-
<script src="/assets/javascripts/lib/masonry.pkgd.min.js" type="text/javascript"></script>
69+
70+
<script src="@routes.Assets.at("javascripts/lib/masonry.pkgd.min.js")" type="text/javascript"></script>
7071
<script>
7172

7273
$(document).ready(function(){

0 commit comments

Comments
 (0)