Fix URL in new message notification

This commit is contained in:
Kijin Sung 2016-03-16 14:39:53 +09:00
parent 54795421fe
commit 4b2bced0eb

View file

@ -12,7 +12,7 @@
text = text.replace('%d', count);
var link = jQuery('<a></a>');
link.attr("href", current_url.setQuery('module','').setQuery('act','dispCommunicationNewMessage'));
link.attr("href", current_url.setQuery('module','').setQuery('act','dispCommunicationMessages'));
//link.attr("onclick", "popopen(this.href, 'popup');xeNotifyMessageClose(); return false;");
link.text(text);
var para = jQuery('<p></p>');