Merge pull request #371 from cweider/page-initialization

Page initialization
This commit is contained in:
Peter 'Pita' Martischka 2012-01-30 01:56:02 -08:00
commit 4d714cee94
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>