disable info for yourself
authorMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 22 Oct 2015 06:10:17 +0000 (08:10 +0200)
committerMatteo Nastasi (mop) <nastasi@alternativeoutput.it>
Thu, 22 Oct 2015 06:10:17 +0000 (08:10 +0200)
web/commons.js

index b3c6138..463169d 100644 (file)
@@ -1045,7 +1045,7 @@ function user_decorator(user, is_real)
 
     if (flags != 0)
         name = "<span class='" + cl + "'><span class='" +
-        (is_real && (flags & 0xfffffe) ? "id_usr" : "") +
+        (is_real && (flags & 0xfffffe && (flags & 0x01 == 0)) ? "id_usr" : "") +
         "'>"+user[1]+"</span></span>";
     else
         name = user[1];