Differences From Artifact [923c5dd911]:
- File src/tree.js — part of check-in [2f5c2f658c] at 2017-12-06 02:02:22 on branch trunk — Move all the in-line javascript from the file tree browser into a separate "tree.js" script. (user: drh size: 1941)
To Artifact [85fc4dc5ec]:
- File src/tree.js — part of check-in [652267ed30] at 2017-12-06 20:39:40 on branch trunk — Remove calls to gebi() in JS modules. (user: drh size: 1960) [more...]
| ︙ | |||
32 33 34 35 36 37 38 | 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 | - + |
}
}
function checkState(){
expandMap = history.state || {};
if( '*' in expandMap ) toggleAll(outer_ul, true);
for( var id in expandMap ){
|
| ︙ |