Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
05523726
Commit
05523726
authored
Apr 22, 2016
by
fred
Browse files
js: fix check for active chat
parent
4d705a72
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/static/js/specifics.js
View file @
05523726
...
...
@@ -220,7 +220,7 @@ $(function() {
else
{
onairContainer
=
$
(
'
<span>Unknown (Probably Non-Stop)</span>
'
);
}
if
(
onair
.
data
.
emission
.
chat
)
{
if
(
onair
.
data
.
emission
&&
onair
.
data
.
emission
.
chat
)
{
$
(
'
#CurrentlyChatting a
'
).
attr
(
'
href
'
,
onair
.
data
.
emission
.
chat
);
$
(
'
#CurrentlyChatting
'
).
show
();
}
else
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment