Hi i change a code in profile.notification.php but not work in mi site.
<script>
joms.jQuery(".cProfile-DataStream p a").each(function(key,val){
joms.jQuery(val).attr("target","_self");
joms.jQuery(val).click(function(e){
if (!e) var e = window.event;
e.cancelBubble = true;
if (e.stopPropagation) e.stopPropagation();
});
});
This is the code change
I have read in the forum of jomsocial this is the code that makes the notifications open in a new window, I do not want action, I want to open in the same and did not occur.
But it does not appear on code in your plantiila of music.
I need to change that as I show in the above code.
thanks