Changeset 0.28.3 (#187)
This commit is contained in:
@@ -9,8 +9,13 @@
|
||||
// - Cascading model select (provider change → filter models)
|
||||
// - Admin save operations (roles, routing, providers, teams, users, settings)
|
||||
// - Table filtering
|
||||
//
|
||||
// Exports: window.Pages, window._val (used by pages-splash.js)
|
||||
// ==========================================
|
||||
|
||||
(function() {
|
||||
'use strict';
|
||||
|
||||
const Pages = {
|
||||
|
||||
// ── Model Select Cascading ───────────────
|
||||
@@ -340,3 +345,8 @@ async function _api(method, path, body) {
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
// ── Exports ─────────────────────────────────
|
||||
window.Pages = Pages;
|
||||
window._val = _val; // used by pages-splash.js
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user