Merge pull request #497 from notmasteryet/tree-20

removing onload from driver.js
This commit is contained in:
vingtetun 2011-09-19 07:37:34 -07:00
commit abce61cb57

View File

@ -49,7 +49,6 @@ function load() {
};
r.send(null);
}
documet.addEventListener('DOMContentLoaded', load);
function nextTask() {
if (currentTaskIdx == manifest.length) {