Nice, thanks a lot! Though I had an issue with the log database tabs to switch between local and web logs not working. I threw the code in chat gpt (o3-mini) and explained the problem and it gave me a fix.
"It looks like your script re-creates the tab HTML (via modLogDBPage and setupLogDbPage) which can sometimes wipe out previously bound click events. One likely reason the Local Logs and Internet Logs tabs aren’t switching is that after you call setupLogDbPage to inject new HTML into the content area, the original tab elements (or their event bindings) may have been replaced or lost."
Nice, thanks a lot! Though I had an issue with the log database tabs to switch between local and web logs not working. I threw the code in chat gpt (o3-mini) and explained the problem and it gave me a fix.
"It looks like your script re-creates the tab HTML (via modLogDBPage and setupLogDbPage) which can sometimes wipe out previously bound click events. One likely reason the Local Logs and Internet Logs tabs aren’t switching is that after you call setupLogDbPage to inject new HTML into the content area, the original tab elements (or their event bindings) may have been replaced or lost."
this change got it working :)