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