Merge pull request #4845 from Flaburgan/fix-mention-publisher
Fix publisher broken after jquery upgrade
This commit is contained in:
commit
8f67e1eb17
1 changed files with 1 additions and 1 deletions
|
|
@ -25,7 +25,7 @@
|
|||
= status.text_area :fake_text, :rows => 2, :value => h(publisher_formatted_text), :tabindex => 1, :placeholder => "#{t('contacts.index.start_a_conversation')}..."
|
||||
= status.hidden_field :text, :value => h(publisher_hidden_text), :class => 'clear_on_submit'
|
||||
|
||||
#publisher-images
|
||||
%span#publisher-images
|
||||
%span.markdownIndications
|
||||
!= t('shared.publisher.formatWithMarkdown', markdown_link: link_to(t('help.markdown'), 'https://diasporafoundation.org/formatting', target: :blank))
|
||||
#locator.btn{:title => t('shared.publisher.get_location')}
|
||||
|
|
|
|||
Loading…
Reference in a new issue