diff options
Diffstat (limited to 'view/js/main.js')
-rw-r--r-- | view/js/main.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/view/js/main.js b/view/js/main.js index 64e9e06f1..f1b41bcbe 100644 --- a/view/js/main.js +++ b/view/js/main.js @@ -604,6 +604,7 @@ function updateConvItems(mode,data) { } function liveUpdate() { + if(typeof profile_uid === 'undefined') profile_uid = false; /* Should probably be unified with channelId defined in head.tpl */ if((src == null) || (stopped) || (! profile_uid)) { $('.like-rotator').spin(false); return; } if(($('.comment-edit-text-full').length) || (in_progress)) { if(livetime) { |