mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-22 05:15:29 +09:00
#140 mod message notice
This commit is contained in:
parent
1fe9335764
commit
514b94ceee
1 changed files with 5 additions and 1 deletions
|
|
@ -12,7 +12,11 @@ window.xeNotifyMessage = function(text, count){
|
||||||
.prependTo(document.body);
|
.prependTo(document.body);
|
||||||
}
|
}
|
||||||
text = text.replace('%d', count);
|
text = text.replace('%d', count);
|
||||||
h = $bar.html('<p><a href="'+current_url.setQuery('act','dispCommunicationMessages')+'">'+text+'</a></p>').height();
|
var cur_module = current_url.getQuery('module');
|
||||||
|
if( cur_module == "admin" )
|
||||||
|
h = $bar.html('<p><a href="'+current_url.setQuery('module','').setQuery('act','dispCommunicationMessages')+'" target="_blank">'+text+'</a></p>').height();
|
||||||
|
else
|
||||||
|
h = $bar.html('<p><a href="'+current_url.setQuery('module','').setQuery('act','dispCommunicationMessages')+'">'+text+'</a></p>').height();
|
||||||
$bar.show().animate({top:0});
|
$bar.show().animate({top:0});
|
||||||
// hide after 10 seconds
|
// hide after 10 seconds
|
||||||
setTimeout(function(){
|
setTimeout(function(){
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue