mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-11 23:22:19 +01:00
9 lines
146 B
Plaintext
9 lines
146 B
Plaintext
/datum/tag/anchor
|
|
New()
|
|
..("a")
|
|
|
|
proc/setHref(var/href as text)
|
|
setAttribute("href", href)
|
|
|
|
proc/setText(var/txt as text)
|
|
innerHtml = txt |