[MIRROR] browse to browser continued (#11088)

Co-authored-by: Kashargul <144968721+Kashargul@users.noreply.github.com>
This commit is contained in:
CHOMPStation2StaffMirrorBot
2025-06-18 22:11:21 +02:00
committed by GitHub
co-authored by Kashargul
parent 2a0bb3120b
commit 590a653d5a
38 changed files with 203 additions and 319 deletions
+5 -1
View File
@@ -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)