Talisman fixes
All checks were successful
Build & Push / Build & Push image (push) Successful in 39s
All checks were successful
Build & Push / Build & Push image (push) Successful in 39s
This commit is contained in:
@@ -322,7 +322,7 @@
|
||||
|
||||
<div class="notification" id="notification"></div>
|
||||
|
||||
<script>
|
||||
<script nonce="{{ csp_nonce() }}">
|
||||
document.addEventListener('DOMContentLoaded', async () => {
|
||||
await loadStats();
|
||||
await loadSgIct();
|
||||
|
||||
@@ -348,7 +348,7 @@
|
||||
|
||||
<div class="notification" id="notification"></div>
|
||||
|
||||
<script>
|
||||
<script nonce="{{ csp_nonce() }}">
|
||||
let teachers = [];
|
||||
let allGoals = {};
|
||||
let vakData = {};
|
||||
|
||||
@@ -192,7 +192,7 @@
|
||||
|
||||
</div>
|
||||
<div class="notification" id="notification"></div>
|
||||
<script>
|
||||
<script nonce="{{ csp_nonce() }}">
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
loadDoelen();
|
||||
switchUploadTab('xlsx');
|
||||
|
||||
@@ -351,7 +351,7 @@
|
||||
|
||||
<div class="notification" id="notification"></div>
|
||||
|
||||
<script>
|
||||
<script nonce="{{ csp_nonce() }}">
|
||||
// ── State ────────────────────────────────────────────────────────────────────
|
||||
let currentUser = null;
|
||||
let currentVakId = null;
|
||||
|
||||
@@ -311,7 +311,7 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
<script nonce="{{ csp_nonce() }}">
|
||||
let saVisible = false;
|
||||
|
||||
function toggleSuperadmin() {
|
||||
|
||||
@@ -332,7 +332,7 @@
|
||||
|
||||
<div class="notification" id="notification"></div>
|
||||
|
||||
<script>
|
||||
<script nonce="{{ csp_nonce() }}">
|
||||
const IS_SUPERADMIN = {{ 'true' if is_superadmin else 'false' }};
|
||||
let schools = [];
|
||||
|
||||
|
||||
@@ -319,7 +319,7 @@
|
||||
|
||||
<div class="notification" id="notification"></div>
|
||||
|
||||
<script>
|
||||
<script nonce="{{ csp_nonce() }}">
|
||||
let mySchoolId = null;
|
||||
|
||||
const ROLLEN = [
|
||||
|
||||
@@ -254,7 +254,7 @@
|
||||
</form>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
<script nonce="{{ csp_nonce() }}">
|
||||
document.getElementById('setupForm').addEventListener('submit', async (e) => {
|
||||
e.preventDefault();
|
||||
const errorEl = document.getElementById('error-msg');
|
||||
|
||||
@@ -243,7 +243,7 @@
|
||||
<a href="/auth/login" class="back-link">← Terug naar normale loginpagina</a>
|
||||
</div>
|
||||
|
||||
<script>
|
||||
<script nonce="{{ csp_nonce() }}">
|
||||
document.getElementById('password').addEventListener('keydown', e => {
|
||||
if (e.key === 'Enter') doLogin();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user