Jake Vanderwerf
8 days ago 3b83905603d44b1a08f8b2b36a605808ce686ad6
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,