mirror of
https://github.com/goonstation/goonstation-2016.git
synced 2026-08-23 22:16:13 +01:00
Initial Commit
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
/datum/tag/firebug
|
||||
New()
|
||||
..("script")
|
||||
setAttribute("src", "https://getfirebug.com/firebug-lite.js")
|
||||
setAttribute("type", "text/javascript")
|
||||
innerHtml = {"
|
||||
{
|
||||
startOpened: true,
|
||||
enableTrace: true
|
||||
}
|
||||
"}
|
||||
Reference in New Issue
Block a user