This commit is contained in:
GitHub Merge Button 2012-01-30 01:45:39 -08:00
commit 1c8419a7a0
17 changed files with 300 additions and 237 deletions

View file

@ -298,10 +298,14 @@
<script>
/* TODO: These globals shouldn't exist. */
pad = require('/pad2').pad;
pad = require('/pad').pad;
chat = require('/chat').chat;
padeditbar = require('/pad_editbar').padeditbar;
padimpexp = require('/pad_impexp').padimpexp;
(function () {
require('/pad').init();
}());
</script>
</html>