Remove inbox.js from precompiled assets

closes #7108
This commit is contained in:
Steffen van Bergerem 2016-09-29 23:41:18 +02:00
parent b1a76cac86
commit 2a697c5d1f
No known key found for this signature in database
GPG key ID: 315C9787D548DC6B
2 changed files with 1 additions and 1 deletions

View file

@ -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)

View file

@ -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