1 directories, 28 files

tinai

Home / testing / ai / tinai
import App from './app.js';
import Users from './users.js';
import Storage from "./storage.js";

new Users();
if (!document.getElementById('login-form')) {
    const storage = new Storage();
    await storage.init();
    new App(storage);
    const tinAITitle = document.getElementById('id-title-tinai');
    if (tinAITitle) {
        tinAITitle.addEventListener('click', () => {
            if (confirm('Do you want to refresh the page and invalidate cached files?')) {
                location.reload(true);
            }
        });
    }
}
🌐
indexjs.js ×
Type: Web, text/x-java
544 Bytes
Last Modified 2026-04-25 02:56:18
⬇ Download File