Jake Vanderwerf
2026-02-11 3b5abc4ab44fb899b92ea0e40e0719454c057f52
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,