mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-12 07:32:20 +01:00
7 lines
152 B
Plaintext
7 lines
152 B
Plaintext
/datum/tag/scriptinclude
|
|
New()
|
|
..("script")
|
|
setAttribute("type", "text/javascript")
|
|
|
|
proc/setSrc(var/source as text)
|
|
setAttribute("src", source) |