Include our custom fileuploader on the mobile site too

This commit is contained in:
movilla 2013-02-20 13:47:37 +01:00
parent 5cede18e8d
commit 5769abcc32
3 changed files with 2 additions and 1 deletions

View file

@ -7,6 +7,7 @@
## Bug Fixes ## Bug Fixes
* exec foreman in ./script/server to replace the process so that we can Ctrl+C it again. * 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 # 0.0.3.0

View file

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

View file

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