summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBernhard Posselt <dev@bernhard-posselt.com>2015-05-08 09:36:22 +0200
committerBernhard Posselt <dev@bernhard-posselt.com>2015-05-08 09:36:22 +0200
commite76e75ac80e209d9f3f5be0ef119282590173190 (patch)
treed78d697f15c3da6d72135f447246f8138a4d1317
parent26709d3f83043e724c87e6fcc6ffa70996d8b516 (diff)
fix #787
-rw-r--r--CHANGELOG.md1
-rw-r--r--templates/part.content.php2
2 files changed, 2 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9cb3cb634..d20dc8e69 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,6 @@
owncloud-news (5.3.3)
* **Enhancement**: Add shortcut for marking the current article's feed/folder read, #635
+* **Bugfix**: When collapsing an article in compact view, remove content to stop playing audio/video from iframes, #787
owncloud-news (5.3.2)
* **Enhancement**: Disable expand on key navigation setting if compact view is not enabled, #774
diff --git a/templates/part.content.php b/templates/part.content.php
index d15b9124c..3aadcb2e2 100644
--- a/templates/part.content.php
+++ b/templates/part.content.php
@@ -93,7 +93,7 @@
</ul>
</div>
- <div class="article">
+ <div class="article" ng-if="!Content.isCompactView() || item.show">
<div class="heading only-in-expanded">
<time class="date"