Commit 8f1b6798 authored by Mattia Rizzolo's avatar Mattia Rizzolo

Do not show the notice anymore, since it's now not required to register the nickname

Requested by trovato.fabio@gmail.com on CAPoa-yrKcJ=XsG-R2auv4_=xiAeGGrrS+QswVj63q_+mN-OwOQ@mail.gmail.com on gruppo-web@liste.ubuntu-it.org
Signed-off-by: Mattia Rizzolo's avatarMattia Rizzolo <mapreri@ubuntu.com>
parent ea274153
......@@ -136,7 +136,7 @@
// force reload the iframe, which was denied by security limits
function join(channel) {
if (channel === "#ubuntu-it-chat" || channel == "#ubuntu-it") {
if ((channel === "#ubuntu-it-chat" || channel == "#ubuntu-it") && false) {
$('#nicksrv-notice').show();
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment