mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-11 07:02:20 +01:00
6 lines
105 B
Plaintext
6 lines
105 B
Plaintext
/datum/tag/span
|
|
New(var/type as text)
|
|
..("span")
|
|
|
|
proc/setText(var/txt as text)
|
|
src.innerHtml = txt |