Merge profile and config files and support custom index file

This commit is contained in:
Iwasaki Yudai 2015-08-28 21:12:04 -07:00
parent 25a5bc0b89
commit d3e48aa3ae
8 changed files with 111 additions and 121 deletions

View file

@ -40,7 +40,7 @@
term.installKeyboard();
};
term.decorate(document.body);
term.decorate(document.getElementById("terminal"));
};
ws.onmessage = function(event) {