mirror of
https://github.com/pierre42100/ComunicWeb
synced 2024-11-22 20:19:21 +00:00
Removed duplicated condition.
This commit is contained in:
parent
e4e23fa15c
commit
bfd8bb2cf0
@ -49,8 +49,6 @@ ComunicWeb.components.notifications.ui = {
|
||||
message += " ";
|
||||
|
||||
//Notification target
|
||||
if(data.from_container_type == "user_page"){
|
||||
|
||||
if(data.from_container_type == "user_page"){
|
||||
|
||||
if(data.from_user_id == data.from_container_id)
|
||||
@ -60,8 +58,6 @@ ComunicWeb.components.notifications.ui = {
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
//Create notification action
|
||||
var action = function(){
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user