Merge pull request #3994 from movilla/upload_mobile

Problem with the button to upload images on the mobile interface
This commit is contained in:
Jonne Haß 2013-02-20 16:31:44 -08:00
commit 125cbef69c
3 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
## Bug Fixes
* exec foreman in ./script/server to replace the process so that we can Ctrl+C it again.
* Include our custom fileuploader on the mobile site too. [#3994](https://github.com/diaspora/diaspora/pull/3994)
# 0.0.3.0

View file

@ -7,6 +7,7 @@
//= require mbp-respond.min
//= require mbp-helper
//= require jquery.autoSuggest.custom
//= require fileuploader-custom
$(document).ready(function(){

View file

@ -4,7 +4,6 @@
- content_for :head do
= javascript_include_tag :jquery
= javascript_include_tag :home
:javascript
$(document).ready(function () {