Revert "Fix toggling services for mobile bookmarklet"
This fixed the toggling of services, but broke the actual
bookmarklet :)
This reverts commit 1bd7989045.
This commit is contained in:
parent
773340de67
commit
e4e9f40b2c
2 changed files with 3 additions and 1 deletions
|
|
@ -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)
|
* 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)
|
* 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)
|
* 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
|
## 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)
|
* 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)
|
||||||
|
|
|
||||||
|
|
@ -19,3 +19,6 @@
|
||||||
$("#status_message_text").val(contents);
|
$("#status_message_text").val(contents);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
- content_for(:head) do
|
||||||
|
= javascript_include_tag :jquery, :mobile
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue