Shift pad initialization into JavaScript.

This commit is contained in:
Chad Weider 2012-01-26 21:10:41 -08:00
parent 3e9b56aa75
commit cd86ef5600
2 changed files with 24 additions and 14 deletions

View file

@ -302,6 +302,10 @@
chat = require('/chat').chat;
padeditbar = require('/pad_editbar').padeditbar;
padimpexp = require('/pad_impexp').padimpexp;
(function () {
require('/pad').init();
}());
</script>
</html>