Changeset 0.28.3 (#187)
This commit is contained in:
@@ -15,6 +15,11 @@
|
||||
// - Multi-line: Shift+Enter for newline, Enter to run
|
||||
// - Admin-gated OR ?debug=1 URL param
|
||||
// ==========================================
|
||||
//
|
||||
// Exports: window.REPL
|
||||
|
||||
(function() {
|
||||
'use strict';
|
||||
|
||||
const REPL = {
|
||||
|
||||
@@ -549,3 +554,7 @@ const REPL = {
|
||||
|
||||
// Initialized from app.js startApp() after auth is confirmed,
|
||||
// ensuring API.user.role is available for admin gate check.
|
||||
|
||||
// ── Exports ─────────────────────────────────
|
||||
window.REPL = REPL;
|
||||
})();
|
||||
|
||||
Reference in New Issue
Block a user