parent
b1a76cac86
commit
2a697c5d1f
2 changed files with 1 additions and 1 deletions
|
|
@ -14,6 +14,7 @@ Note: Although this is a minor release, the configuration file changed because t
|
||||||
* Adopt new Mapbox tile URIs [#7066](https://github.com/diaspora/diaspora/pull/7066)
|
* Adopt new Mapbox tile URIs [#7066](https://github.com/diaspora/diaspora/pull/7066)
|
||||||
* Refactored post interactions on the single post view [#7089](https://github.com/diaspora/diaspora/pull/7089)
|
* Refactored post interactions on the single post view [#7089](https://github.com/diaspora/diaspora/pull/7089)
|
||||||
* Extract inline JavaScript [#7113](https://github.com/diaspora/diaspora/pull/7113)
|
* Extract inline JavaScript [#7113](https://github.com/diaspora/diaspora/pull/7113)
|
||||||
|
* Port conversations inbox to backbone.js [#7108](https://github.com/diaspora/diaspora/pull/7108)
|
||||||
|
|
||||||
## Bug fixes
|
## Bug fixes
|
||||||
* Post comments no longer get collapsed when interacting with a post [#7040](https://github.com/diaspora/diaspora/pull/7040)
|
* Post comments no longer get collapsed when interacting with a post [#7040](https://github.com/diaspora/diaspora/pull/7040)
|
||||||
|
|
|
||||||
|
|
@ -68,7 +68,6 @@ module Diaspora
|
||||||
config.assets.precompile += %w(
|
config.assets.precompile += %w(
|
||||||
contact-list.js
|
contact-list.js
|
||||||
ie.js
|
ie.js
|
||||||
inbox.js
|
|
||||||
jquery2.js
|
jquery2.js
|
||||||
jquery_ujs.js
|
jquery_ujs.js
|
||||||
main.js
|
main.js
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue