🕒 2024-05-06, 23:31:35, 👤 assada @ 172.18.0.1 Hello! ```copyparty_post render2(dom) { if (/[?&]edit/.test(location)) return; setTimeout(function() { treectl.goto(); }, 1000); // if you wanna go to another folder: treectl.goto('foo baz/', true); } ```