removing onload from driver.js
This commit is contained in:
parent
7036bcd4c7
commit
999487444d
@ -49,7 +49,6 @@ function load() {
|
|||||||
};
|
};
|
||||||
r.send(null);
|
r.send(null);
|
||||||
}
|
}
|
||||||
documet.addEventListener('DOMContentLoaded', load);
|
|
||||||
|
|
||||||
function nextTask() {
|
function nextTask() {
|
||||||
if (currentTaskIdx == manifest.length) {
|
if (currentTaskIdx == manifest.length) {
|
||||||
|
Loading…
Reference in New Issue
Block a user