Merge pull request #3994 from movilla/upload_mobile
Problem with the button to upload images on the mobile interface
This commit is contained in:
commit
125cbef69c
3 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -7,6 +7,7 @@
|
|||
//= require mbp-respond.min
|
||||
//= require mbp-helper
|
||||
//= require jquery.autoSuggest.custom
|
||||
//= require fileuploader-custom
|
||||
|
||||
$(document).ready(function(){
|
||||
|
||||
|
|
|
|||
|
|
@ -4,7 +4,6 @@
|
|||
|
||||
- content_for :head do
|
||||
= javascript_include_tag :jquery
|
||||
= javascript_include_tag :home
|
||||
|
||||
:javascript
|
||||
$(document).ready(function () {
|
||||
|
|
|
|||
Loading…
Reference in a new issue