Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
chat.ubuntu-it.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Gruppo Web
chat.ubuntu-it.org
Commits
ea274153
Commit
ea274153
authored
Apr 13, 2018
by
Pietro Albini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show the alert also for #ubuntu-it
parent
5174c2c8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
www/index.html
www/index.html
+4
-4
No files found.
www/index.html
View file @
ea274153
...
@@ -88,8 +88,8 @@
...
@@ -88,8 +88,8 @@
<div
id=
"chat"
style=
"display: none;"
>
<div
id=
"chat"
style=
"display: none;"
>
<div
id=
"content-top"
></div>
<div
id=
"content-top"
></div>
<div
class=
"container"
>
<div
class=
"container"
>
<div
class=
"comunita-notice"
id=
"
chat
-notice"
style=
"display: none; padding-top: 5px"
>
<div
class=
"comunita-notice"
id=
"
nicksrv
-notice"
style=
"display: none; padding-top: 5px"
>
<b>
Attenzione!
</b>
Per parlare nel canale
#ubuntu-it-chat
è necessario
<b>
Attenzione!
</b>
Per parlare nel canale è necessario
<a
href=
"https://freenode.net/kb/answer/registration"
>
<a
href=
"https://freenode.net/kb/answer/registration"
>
registrare un nickname
</a>
.
registrare un nickname
</a>
.
</div>
</div>
...
@@ -136,8 +136,8 @@
...
@@ -136,8 +136,8 @@
// force reload the iframe, which was denied by security limits
// force reload the iframe, which was denied by security limits
function
join
(
channel
)
{
function
join
(
channel
)
{
if
(
channel
===
"
#ubuntu-it-chat
"
)
{
if
(
channel
===
"
#ubuntu-it-chat
"
||
channel
==
"
#ubuntu-it
"
)
{
$
(
'
#
chat
-notice
'
).
show
();
$
(
'
#
nicksrv
-notice
'
).
show
();
}
}
document
.
getElementById
(
'
chat_frame
'
).
contentWindow
.
location
.
reload
(
true
);
document
.
getElementById
(
'
chat_frame
'
).
contentWindow
.
location
.
reload
(
true
);
...
...
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