browse to browser continued (#17871)

This commit is contained in:
Kashargul
2025-06-17 22:58:57 -07:00
committed by GitHub
parent d780e2443c
commit 633cea67a2
38 changed files with 203 additions and 319 deletions
@@ -22,7 +22,10 @@
t += "#[i] | [display_data(line)] | "
t += "<a href='byond://?src=\ref[src];edit=1;pos=[i]'>\[Edit\]</a> | "
t += "<a href='byond://?src=\ref[src];remove=1;pos=[i]'>\[Remove\]</a><br>"
user << browse("<html>[t]</html>", "window=list_pin_\ref[src];size=500x400")
var/datum/browser/popup = new(user, "list_pin_\ref[src]", null, 500, 400)
popup.set_content(t)
popup.open()
/datum/integrated_io/list/proc/add_to_list(mob/user, var/new_entry)
if(!new_entry && user)