Differences From Artifact [66c1427b93]:
- File src/href.js — part of check-in [6b139de03f] at 2019-05-14 11:22:46 on branch trunk — Fix the javascript used to activate hyperlinks. (user: drh size: 1791) [more...]
To Artifact [a9b56e6540]:
- File src/href.js — part of check-in [4519945883] at 2019-07-11 13:58:32 on branch trunk — Add missing semicolon in the anti-robot defense javascript. (user: drh size: 1792) [more...]
| ︙ | |||
39 40 41 42 43 44 45 | 39 40 41 42 43 44 45 46 | - + |
document.getElementsByTagName("body")[0].onmousemove=function(){
setTimeout(setAllHrefs, g.delay);
}
}else{
setTimeout(setAllHrefs, g.delay);
}
}
|