mirror of
https://github.com/Bubberstation/Bubberstation.git
synced 2026-08-29 16:18:01 +01:00
[MIRROR] actually fixes the wrapping on ahelps (#8069)
* actually fixes the wrapping on ahelps (#61282) * actually fixes the wrapping on ahelps Co-authored-by: Fikou <23585223+Fikou@users.noreply.github.com>
This commit is contained in:
@@ -505,7 +505,7 @@ GLOBAL_DATUM_INIT(ahelp_tickets, /datum/admin_help_tickets, new)
|
||||
continue
|
||||
dat += "[related_ticket.TicketHref("#[related_ticket.id]")] ([related_ticket.ticket_status()]): [related_ticket.name]<br/>"
|
||||
|
||||
usr << browse(dat.Join(), "window=ahelp[id];size=670x480")
|
||||
usr << browse(dat.Join(), "window=ahelp[id];size=700x480")
|
||||
|
||||
/**
|
||||
* Renders the current status of the ticket into a displayable string
|
||||
|
||||
Reference in New Issue
Block a user