Merge pull request #4582 from diaspora/fix_4534
getting started page mobile error 500. Fix #4534
This commit is contained in:
commit
7b861ecfac
2 changed files with 1 additions and 1 deletions
|
|
@ -33,6 +33,7 @@
|
||||||
* Refactor getting_started page, test if facebook is available, fix [#4520](https://github.com/diaspora/diaspora/issues/4520)
|
* Refactor getting_started page, test if facebook is available, fix [#4520](https://github.com/diaspora/diaspora/issues/4520)
|
||||||
* Avoid publishing empty posts [#4542](https://github.com/diaspora/diaspora/pull/4542)
|
* Avoid publishing empty posts [#4542](https://github.com/diaspora/diaspora/pull/4542)
|
||||||
* Force comments sort order in mobile spv [#4578](https://github.com/diaspora/diaspora/pull/4578)
|
* Force comments sort order in mobile spv [#4578](https://github.com/diaspora/diaspora/pull/4578)
|
||||||
|
* Fix getting started page for mobile [#4536](https://github.com/diaspora/diaspora/pull/4536)
|
||||||
|
|
||||||
## Features
|
## Features
|
||||||
* Add oEmbed content to the mobile view [#4343](https://github.com/diaspora/diaspora/pull/4353)
|
* Add oEmbed content to the mobile view [#4343](https://github.com/diaspora/diaspora/pull/4353)
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
- content_for :head do
|
- content_for :head do
|
||||||
= javascript_include_tag :jquery
|
= javascript_include_tag :jquery
|
||||||
= javascript_include_tag 'fileuploader-custom'
|
|
||||||
|
|
||||||
:javascript
|
:javascript
|
||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue