mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2026-08-27 15:18:09 +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
@@ -67,7 +67,11 @@
|
||||
dat = "<table width='100%'>[dat]</table>"
|
||||
else
|
||||
dat = "No addresses in list."
|
||||
src << browse("<html>[dat]</html>","window=ToRban_show")
|
||||
|
||||
var/datum/browser/popup = new(src, "ToRban_show", "Torban")
|
||||
popup.set_content(dat)
|
||||
popup.open()
|
||||
|
||||
if("remove")
|
||||
var/savefile/F = new(TORFILE)
|
||||
var/choice = tgui_input_list(src,"Please select an IP address to remove from the ToR banlist:","Remove ToR ban", F.dir)
|
||||
|
||||
Reference in New Issue
Block a user