Initial Commit

This commit is contained in:
Tobba
2016-03-06 20:52:14 +01:00
commit b181d0b552
4325 changed files with 579453 additions and 0 deletions
+11
View File
@@ -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
}
"}