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