From e4e9f40b2c4c830a5abeaf34e6b74ee413dd73d8 Mon Sep 17 00:00:00 2001 From: Jason Robinson Date: Thu, 19 Jun 2014 21:47:34 +0300 Subject: [PATCH] Revert "Fix toggling services for mobile bookmarklet" This fixed the toggling of services, but broke the actual bookmarklet :) This reverts commit 1bd7989045df5a2629543cb626ab3974e4cd9f11. --- Changelog.md | 1 - app/views/status_messages/bookmarklet.mobile.haml | 3 +++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 0cc2f3cd9..d0a835888 100644 --- a/Changelog.md +++ b/Changelog.md @@ -56,7 +56,6 @@ Read more in [#4249](https://github.com/diaspora/diaspora/pull/4249) and [#4883] * Parsing mention witch contain in username special characters [#4919](https://github.com/diaspora/diaspora/pull/4919) * Do not show your own hovercard [#4724](https://github.com/diaspora/diaspora/issues/4724) * Hit Nominatim via https [#4967](https://github.com/diaspora/diaspora/issues/4967) -* Fix services regression in mobile bookmarklet [#4985](https://github.com/diaspora/diaspora/pull/4985) ## Features * You can report a single post or comment by clicking the correct icon in the controler section [#4517](https://github.com/diaspora/diaspora/pull/4517) [#4781](https://github.com/diaspora/diaspora/pull/4781) diff --git a/app/views/status_messages/bookmarklet.mobile.haml b/app/views/status_messages/bookmarklet.mobile.haml index e6c6227c2..7fea219b9 100644 --- a/app/views/status_messages/bookmarklet.mobile.haml +++ b/app/views/status_messages/bookmarklet.mobile.haml @@ -19,3 +19,6 @@ $("#status_message_text").val(contents); } }); + +- content_for(:head) do + = javascript_include_tag :jquery, :mobile