mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-03-24 02:12:37 +00:00
7 lines
158 B
Plaintext
7 lines
158 B
Plaintext
/datum/tag/scriptinclude
|
|
New()
|
|
..("script")
|
|
setAttribute("type", "text/javascript")
|
|
|
|
proc/setSrc(var/source as text)
|
|
setAttribute("src", source) |