File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and 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
Original file line number Diff line number Diff line change 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 ( ) {
You can’t perform that action at this time.
0 commit comments