mirror of
https://github.com/smogon/pokemon-showdown.git
synced 2026-05-23 08:16:16 -05:00
Abuse-monitor: Add hyperlink to battles to the view page
This commit is contained in:
parent
1a37dc0d95
commit
ebf288964b
|
|
@ -548,6 +548,7 @@ export const pages: Chat.PageTable = {
|
|||
}
|
||||
buf += Utils.html` - ${room.title}</h2>`;
|
||||
this.title = `[Abuse Monitor] ${titleParts.join('-')}`;
|
||||
buf += `<p>${Chat.formatText(`<<${room.roomid}>>`)}</p>`;
|
||||
buf += `<hr />`;
|
||||
if (!cache[roomid].claimed) {
|
||||
cache[roomid].claimed = user.id;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user