mirror of
https://github.com/pierre42100/ComunicWeb
synced 2025-09-19 22:08:54 +00:00
Removed duplicated condition.
This commit is contained in:
@@ -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(){
|
||||
|
||||
|
Reference in New Issue
Block a user