Closed mntzrr closed 1 year ago
I suspect we receive data = false if the AJAX request succeeds, but the result is a failure. In other instances, we receive data = bad_nonce. This change should cover both cases.
data = false
data = bad_nonce
I suspect we receive
data = false
if the AJAX request succeeds, but the result is a failure. In other instances, we receivedata = bad_nonce
. This change should cover both cases.