From 47e77f9fac1155c536b2b87fec552c7fcce66fa6 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Mon, 01 Jun 2026 18:06:34 +0000
Subject: [PATCH] =Timeline block fixes. Next up: adding article schema classes
---
assets/js/concise/CRUDOld.js | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/assets/js/concise/CRUDOld.js b/assets/js/concise/CRUDOld.js
index a9fc815..998483d 100644
--- a/assets/js/concise/CRUDOld.js
+++ b/assets/js/concise/CRUDOld.js
@@ -25,7 +25,7 @@
keyPath: 'id',
endpoint: 'content',
headers: {
- 'action_nonce': window.auth.getNonce('dash'),
+ 'X-Action-Nonce': window.auth.getNonce('dash'),
},
indexes: [
{name: 'id', keyPath: 'id'},
@@ -194,7 +194,7 @@
let operation = {
endpoint: 'content',
headers: {
- 'action_nonce': window.auth.getNonce('dash'),
+ 'X-Action-Nonce': window.auth.getNonce('dash'),
},
data: {
posts: changes,
--
Gitblit v1.10.0