Merge pull request #4775 from dash-rai/move-mentions-input-plugin

Moved jquery.mentionsInput plugin
This commit is contained in:
Jonne Haß 2014-02-10 21:11:10 +01:00
commit adf6c3c009
2 changed files with 2 additions and 2 deletions

View file

@ -16,7 +16,7 @@
* Improve time agos by updating the plugin [#4280](https://github.com/diaspora/diaspora/issues/4280)
* Use youtube HTTPS scheme for oEmbed [#4743](https://github.com/diaspora/diaspora/pull/4743)
* Fix infinite scroll on aspect streams [#4729](https://github.com/diaspora/diaspora/issues/4729)
* Do not add a space after adding a mention [#4767](https://github.com/diaspora/diaspora/issues/4767)
## Features
* You can report a single post by clicking the correct icon in the controler section [#4517](https://github.com/diaspora/diaspora/pull/4517)

View file

@ -170,7 +170,7 @@
hideAutoComplete();
// Mentions & syntax message
var updatedMessageText = start + mention.value + ' ' + end;
var updatedMessageText = start + mention.value + end;
elmInputBox.val(updatedMessageText);
updateValues();