From 0afb2c0046b55c123eafb4ab9ee77efa68d12463 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Sat, 06 Jun 2026 17:15:31 +0000
Subject: [PATCH] =Starting the Favourites.js setup, converting previous Northeh stuff to new Registrar, fixing up Square.php integration to match

---
 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