mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-25 22:28:44 +01:00
[MIRROR] browse to browser continued (#11088)
Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
co-authored by
Kashargul
parent
2a0bb3120b
commit
590a653d5a
@@ -483,4 +483,6 @@
|
||||
output += "</table></div>"
|
||||
qdel(select_query)
|
||||
|
||||
usr << browse("<html>[output]</html>","window=lookupbans;size=900x700")
|
||||
var/datum/browser/popup = new(owner, "lookupbans", "Lookup Bans", 900, 700)
|
||||
popup.set_content(output)
|
||||
popup.open()
|
||||
|
||||
Reference in New Issue
Block a user