mirror of
https://github.com/VOREStation/VOREStation.git
synced 2026-08-23 12:08:28 +01:00
browse to browser part 1 (#17800)
* browse to browser * some more * fix that * fix that * . * datum browser update port * . * .
This commit is contained in:
@@ -25,4 +25,6 @@ GLOBAL_LIST_EMPTY(chemical_reaction_logs)
|
||||
for(var/entry in GLOB.chemical_reaction_logs)
|
||||
html += "[entry]<br>"
|
||||
|
||||
usr << browse("<html>[html]</html>", "window=chemlogs")
|
||||
var/datum/browser/popup = new(usr, "chemlogs", "Chemlogs")
|
||||
popup.set_content(html)
|
||||
popup.open()
|
||||
|
||||
Reference in New Issue
Block a user