Implement require in HTML pages.

This commit is contained in:
Chad Weider 2012-01-16 02:10:34 -08:00
parent 86f31c752d
commit 1b89e7e290
2 changed files with 15 additions and 3 deletions

View file

@ -340,5 +340,13 @@
<input type="hidden" class="missedChanges" name="missedChanges"/>
</form>
<script>
/* TODO: These globals shouldn't exist. */
pad = require('/pad2').pad;
chat = require('/chat').chat;
padeditbar = require('/pad_editbar').padeditbar;
padimpexp = require('/pad_impexp').padimpexp;
</script>
</body>
</html>