Jake Vanderwerf
2 days ago 235ce5716edc2f7cbe80fdccf26eac7269587839
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,