Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/diaspora/diaspora.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcmrd Senya <senya@riseup.net>2018-03-16 14:27:18 +0300
committerBenjamin Neff <benjamin@coding4coffee.ch>2018-03-25 09:27:23 +0300
commitf632f8a1f8fef3e7c9303c2ef373d72b929994aa (patch)
tree26507fa91df943557c9ff64dca63860ee8996311 /Changelog.md
parentbc3908a103d90970636e8a2caa415f2d306186d4 (diff)
Include templates to main.js
This is needed to properly initialize Handlebars partials without a document ready handler. fixes #7739 closes #7740
Diffstat (limited to 'Changelog.md')
-rw-r--r--Changelog.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/Changelog.md b/Changelog.md
index d69b4e5d4..427af0aba 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -4,6 +4,7 @@
## Bug fixes
* Prefill conversation form on contacts page only with mutual contacts [#7744](https://github.com/diaspora/diaspora/pull/7744)
+* Fix profiles sometimes not loading properly in background tabs [#7740](https://github.com/diaspora/diaspora/pull/7740)
## Features