Update CRM.status for compatability with native js promises
authorcolemanw <coleman@civicrm.org>
Sun, 20 Aug 2023 20:24:16 +0000 (16:24 -0400)
committercolemanw <coleman@civicrm.org>
Fri, 1 Sep 2023 18:08:36 +0000 (14:08 -0400)
commit5e6740703f417d2d4d0c3d625bbe0cdfd00cd549
treedd0539d6758825b142ff7c4c016814b8c8775ce7
parentc2e8061a3556f4a1d07855e6296d9d059b9e0184
Update CRM.status for compatability with native js promises

Before: .done() method only works with jQuery object
After: .then() method works with both
js/Common.js