mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-03-22 01:12:37 +00:00
11 lines
233 B
Plaintext
11 lines
233 B
Plaintext
/datum/tag/firebug
|
|
New()
|
|
..("script")
|
|
setAttribute("src", "https://getfirebug.com/firebug-lite.js")
|
|
setAttribute("type", "text/javascript")
|
|
innerHtml = {"
|
|
{
|
|
startOpened: true,
|
|
enableTrace: true
|
|
}
|
|
"} |