Merge branch 'next-minor' into develop

This commit is contained in:
Benjamin Neff 2017-02-19 03:20:39 +01:00
commit fa85b17890
No known key found for this signature in database
GPG key ID: 971464C3F1A90194
2 changed files with 2 additions and 0 deletions

View file

@ -28,6 +28,7 @@
* Update comment in database example config [#7282](https://github.com/diaspora/diaspora/pull/7282)
* Make the \#newhere post public again [#7311](https://github.com/diaspora/diaspora/pull/7311)
* Remove whitespace from author link [#7330](https://github.com/diaspora/diaspora/pull/7330)
* Fix autosize in modals [#7339](https://github.com/diaspora/diaspora/pull/7339)
## Features
* Add support for [Liberapay](https://liberapay.com) donations [#7290](https://github.com/diaspora/diaspora/pull/7290)

View file

@ -7,6 +7,7 @@
modalBody.load(url, function(){
$(id).find("#modalWaiter").remove();
autosize($("textarea", modalBody));
$(id).trigger("modal:loaded");
});
};