mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-05 03:22:10 +09:00
Fix URL in new message notification
This commit is contained in:
parent
54795421fe
commit
4b2bced0eb
1 changed files with 1 additions and 1 deletions
|
|
@ -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>');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue