Differences From Artifact [c0bbb2dfda]:
- File src/forum.js — part of check-in [9ea4805e5c] at 2018-07-26 10:50:51 on branch forum-v2 — Add the missing forum.js file. Adjust forum.js so that it does a better job of autoscrolling to the selected forum message. (user: drh size: 440)
To Artifact [8d297f5f0c]:
- File src/forum.js — part of check-in [fd06544c04] at 2018-07-27 13:29:46 on branch forum-v2 — Improvements to forum thread display. (user: drh size: 427) [more...]
| ︙ | |||
9 10 11 12 13 14 15 | 9 10 11 12 13 14 15 16 17 18 19 | - - + - |
return top;
}
var x = document.getElementsByClassName('forumSel');
if(x[0]){
var w = window.innerHeight;
var h = x[0].scrollHeight;
var y = absoluteY(x[0]);
|