aboutsummaryrefslogtreecommitdiffstats
path: root/view
diff options
context:
space:
mode:
authorMario Vavti <mario@mariovavti.com>2019-01-02 23:07:37 +0100
committerMario Vavti <mario@mariovavti.com>2019-01-02 23:07:37 +0100
commitda2688403ee40d5dc840e98e465cf8d7eb82681d (patch)
tree3f28ae3cdf00ad07653d6ead1ed425406a2aebb7 /view
parenta19563e1396cb882063db3ce3f355b2db48175e9 (diff)
parentf660530ef5cce1fab2e7c16daad2239524cb5aac (diff)
downloadvolse-hubzilla-da2688403ee40d5dc840e98e465cf8d7eb82681d.tar.gz
volse-hubzilla-da2688403ee40d5dc840e98e465cf8d7eb82681d.tar.bz2
volse-hubzilla-da2688403ee40d5dc840e98e465cf8d7eb82681d.zip
Merge remote-tracking branch 'mike/master' into dev
Diffstat (limited to 'view')
-rw-r--r--view/js/main.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/view/js/main.js b/view/js/main.js
index a69bcfa64..0169ee54c 100644
--- a/view/js/main.js
+++ b/view/js/main.js
@@ -888,7 +888,7 @@ function liveUpdate(notify_id) {
if((src === null) || (stopped) || (! profile_uid)) { $('.like-rotator').hide(); return; }
- if(($('.comment-edit-text.expanded').length) || (in_progress) || (mediaPlaying)) {
+ if(in_progress || mediaPlaying) {
if(livetime) {
clearTimeout(livetime);
}