diff --git a/Changelog.md b/Changelog.md index 3c17f26b9..3e38ebf72 100644 --- a/Changelog.md +++ b/Changelog.md @@ -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 diff --git a/app/assets/javascripts/mobile.js b/app/assets/javascripts/mobile.js index 92ec62281..d1c9b111d 100644 --- a/app/assets/javascripts/mobile.js +++ b/app/assets/javascripts/mobile.js @@ -7,6 +7,7 @@ //= require mbp-respond.min //= require mbp-helper //= require jquery.autoSuggest.custom +//= require fileuploader-custom $(document).ready(function(){ diff --git a/app/views/profiles/_edit_public.mobile.haml b/app/views/profiles/_edit_public.mobile.haml index 635c905f0..eab701ffe 100644 --- a/app/views/profiles/_edit_public.mobile.haml +++ b/app/views/profiles/_edit_public.mobile.haml @@ -4,7 +4,6 @@ - content_for :head do = javascript_include_tag :jquery - = javascript_include_tag :home :javascript $(document).ready(function () {